Releases: tgtakaoka/libasm
Releases · tgtakaoka/libasm
release 1.6.62
release 1.6.61
Version 1.6.61
- Addition: [i8096] Add i80196 support
- Bugfix: [i8096] Peripheral register can't be an indirect base
- Bugfix: [TMS370] Fix peripheral address range
- Addition: [TMS370] An absolute address may be translated to register/peripheral number
- Addition: [TMS7000] An absolute address may be translated to register/peripheral number
release 1.6.60
Version 1.6.60
- Bugfix: [i8096] Fix missing auto increment addressing
- Bugfix: [TMS370] Accept hexadecimal notation for register and port number
release 1.6.59
Version 1.6.59
- Addition: [TMS320] add TMS320C20X support
- Addition: [TMS320] add TMS320C5X support
- Addition: [TMS320] add TMS320C2X enhanced instructions
- Bugfix: [TMS320] add missing .bss directive
release 1.6.58
Version 1.6.58
- Addition: add MC68040 support to [MC68000]
- Addition: add MC68LC040 support as FPU off MC68040
- Addition: add MC68EC040 support as FPU/PMMU off MC68040
- Addition: add MC68EC030 support as PMMU off MC68030
release 1.6.57
Version 1.6.57
- Addition: add MC68020 support to [MC68000]
- Addition: add MC68030 support to [MC68000]
- Addition: add MC68851 PMMU support to [MC68000]
release 1.6.56
Version 1.6.56
- Addition: new target [MC68HC12]
- Addition: new target [MC68HC16]
- Addition: new target [Z380]
- Change: target [Z280] is separated from [Z80]
- Chabge: target TMS32010 is renamed to [TMS320]
- Addition: add i80286 support to [i8086]
- Addition: add i80C187 FPU support to [i8086]
release 1.6.54
Version 1.6.54
- [Z80] Add Z280 variant
release 1.6.53
- [TMS370] Add TMS370 architecture
- [Z80] Support Z180 variant
- [MC6805] Support MC68HCS08 variant
- [PDP11] Remove immediate operand from TST
- [ASM] Fix issue about symbol definition before encoding
- [F3850] Accept negative value for 8-bit immediate
- [ASM/DIS] Improve listing in OCTAL radix
- Refactor instruction table for speed and size
release 1.6.52
Version 1.6.52
- [TMS32010] Support TMS32020, TMS320C25, TMS320C26 variants
- [ASM] Fix input radix handling
- [ASM] Fix register name parsing
- [ASM] Change some options default (see git log)
- [TMS9900] Add alias instructions, NOP and RT
- [MN1610] Add alias instructions, CLR and TST
- [PDP8] Support optional zero page specifier
- [arduino] Update libcli to 1.4.2 and support list radix
- [TEST] Improve ArrayMemory for friendly assertion