Skip to content

Commit

Permalink
Version 1.6.18
Browse files Browse the repository at this point in the history
- [MC6805] Seaparate from MC6800
  • Loading branch information
tgtakaoka committed Oct 26, 2021
1 parent 2231783 commit e6d5c47
Show file tree
Hide file tree
Showing 30 changed files with 86 additions and 34 deletions.
8 changes: 4 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ interface.
On POSIX environment, assembler command line interface is provided.
It can generate Intel HEX or Motorola S-Record output.

libasm assembler (version 1.6.17)
libasm assembler (version 1.6.18)
usage: asm [-o <output>] [-l <list>] <input>
-C <CPU> : target CPU
MC6800, MC6801, HD6301, MC6805, MC146805, MC68HC05, MC68HC11
MC6800, MC6801, HD6301, MC68HC11, MC6805, MC146805, MC68HC05
MC6809, HD6309, MOS6502, R65C02, G65SC02, W65C02S, W65C816S
i8039, i8048, i80C39, i80C48, MSM80C39, MSM80C48, i8051
i8080, i8085, Z80, Z8, Z86C, Z88, TLCS90, INS8060, INS8070
Expand All @@ -82,10 +82,10 @@ It can generate Intel HEX or Motorola S-Record output.
On POSIX environment, disassembler command line interface is provided.
It can read Intel HEX or Motorola S-Record input.

libasm disassembler (version 1.6.17)
libasm disassembler (version 1.6.18)
usage: dis -C <CPU> [-o <output>] [-l <list>] <input>
-C <CPU> : target CPU
MC6800, MC6801, HD6301, MC6805, MC146805, MC68HC05, MC68HC11
MC6800, MC6801, HD6301, MC68HC11, MC6805, MC146805, MC68HC05
MC6809, HD6309, MOS6502, R65C02, G65SC02, W65C02S, W65C816S
i8039, i8048, i80C39, i80C48, MSM80C39, MSM80C48, i8051
i8080, i8085, Z80, Z8, Z86C, Z88, TLCS90, INS8060, INS8070
Expand Down
4 changes: 3 additions & 1 deletion examples/asm_cdp1802/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ src_dir = .
default_envs = promicro16, nano_every, nano_33_iot

[env]
lib_deps = tgtakaoka/[email protected], tgtakaoka/[email protected]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected]

[env:promicro16]
platform = atmelavr
Expand Down
4 changes: 3 additions & 1 deletion examples/asm_i8086/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ src_dir = .
default_envs = promicro16, nano_every, nano_33_iot

[env]
lib_deps = tgtakaoka/[email protected], tgtakaoka/[email protected]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected]

[env:promicro16]
platform = atmelavr
Expand Down
4 changes: 3 additions & 1 deletion examples/asm_intel/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ src_dir = .
default_envs = promicro16, nano_every, nano_33_iot

[env]
lib_deps = tgtakaoka/[email protected], tgtakaoka/[email protected]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected]

[env:promicro16]
platform = atmelavr
Expand Down
4 changes: 3 additions & 1 deletion examples/asm_mc68000/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ src_dir = .
default_envs = promicro16, nano_every, nano_33_iot

[env]
lib_deps = tgtakaoka/[email protected], tgtakaoka/[email protected]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected]

[env:promicro16]
platform = atmelavr
Expand Down
4 changes: 3 additions & 1 deletion examples/asm_mos6502/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ src_dir = .
default_envs = promicro16, nano_every, nano_33_iot

[env]
lib_deps = tgtakaoka/[email protected], tgtakaoka/[email protected]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected]

[env:promicro16]
platform = atmelavr
Expand Down
4 changes: 3 additions & 1 deletion examples/asm_motorola/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ src_dir = .
default_envs = promicro16, nano_every, nano_33_iot

[env]
lib_deps = tgtakaoka/[email protected], tgtakaoka/[email protected]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected]

[env:promicro16]
platform = atmelavr
Expand Down
4 changes: 3 additions & 1 deletion examples/asm_ns32000/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ src_dir = .
default_envs = promicro16, nano_every, nano_33_iot

[env]
lib_deps = tgtakaoka/[email protected], tgtakaoka/[email protected]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected]

[env:promicro16]
platform = atmelavr
Expand Down
4 changes: 3 additions & 1 deletion examples/asm_scmp/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ src_dir = .
default_envs = promicro16, nano_every, nano_33_iot

[env]
lib_deps = tgtakaoka/[email protected], tgtakaoka/[email protected]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected]

[env:promicro16]
platform = atmelavr
Expand Down
4 changes: 3 additions & 1 deletion examples/asm_tms32010/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ src_dir = .
default_envs = promicro16, nano_every, nano_33_iot

[env]
lib_deps = tgtakaoka/[email protected], tgtakaoka/[email protected]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected]

[env:promicro16]
platform = atmelavr
Expand Down
4 changes: 3 additions & 1 deletion examples/asm_tms9900/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ src_dir = .
default_envs = promicro16, nano_every, nano_33_iot

[env]
lib_deps = tgtakaoka/[email protected], tgtakaoka/[email protected]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected]

[env:promicro16]
platform = atmelavr
Expand Down
4 changes: 3 additions & 1 deletion examples/asm_z8000/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ src_dir = .
default_envs = promicro16, nano_every, nano_33_iot

[env]
lib_deps = tgtakaoka/[email protected], tgtakaoka/[email protected]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected]

[env:promicro16]
platform = atmelavr
Expand Down
4 changes: 3 additions & 1 deletion examples/asm_zilog/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ src_dir = .
default_envs = promicro16, nano_every, nano_33_iot

[env]
lib_deps = tgtakaoka/[email protected], tgtakaoka/[email protected]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected]

[env:promicro16]
platform = atmelavr
Expand Down
4 changes: 3 additions & 1 deletion examples/dis_cdp1802/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ src_dir = .
default_envs = promicro16, nano_every, nano_33_iot

[env]
lib_deps = tgtakaoka/[email protected], tgtakaoka/[email protected]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected]

[env:promicro16]
platform = atmelavr
Expand Down
4 changes: 3 additions & 1 deletion examples/dis_i8086/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ src_dir = .
default_envs = promicro16, nano_every, nano_33_iot

[env]
lib_deps = tgtakaoka/[email protected], tgtakaoka/[email protected]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected]

[env:promicro16]
platform = atmelavr
Expand Down
4 changes: 3 additions & 1 deletion examples/dis_intel/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ src_dir = .
default_envs = promicro16, nano_every, nano_33_iot

[env]
lib_deps = tgtakaoka/[email protected], tgtakaoka/[email protected]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected]

[env:promicro16]
platform = atmelavr
Expand Down
4 changes: 3 additions & 1 deletion examples/dis_mc68000/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ src_dir = .
default_envs = promicro16, nano_every, nano_33_iot

[env]
lib_deps = tgtakaoka/[email protected], tgtakaoka/[email protected]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected]

[env:promicro16]
platform = atmelavr
Expand Down
4 changes: 3 additions & 1 deletion examples/dis_mos6502/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ src_dir = .
default_envs = promicro16, nano_every, nano_33_iot

[env]
lib_deps = tgtakaoka/[email protected], tgtakaoka/[email protected]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected]

[env:promicro16]
platform = atmelavr
Expand Down
4 changes: 3 additions & 1 deletion examples/dis_motorola/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ src_dir = .
default_envs = promicro16, nano_every, nano_33_iot

[env]
lib_deps = tgtakaoka/[email protected], tgtakaoka/[email protected]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected]

[env:promicro16]
platform = atmelavr
Expand Down
4 changes: 3 additions & 1 deletion examples/dis_ns32000/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ src_dir = .
default_envs = promicro16, nano_every, nano_33_iot

[env]
lib_deps = tgtakaoka/[email protected], tgtakaoka/[email protected]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected]

[env:promicro16]
platform = atmelavr
Expand Down
4 changes: 3 additions & 1 deletion examples/dis_scmp/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ src_dir = .
default_envs = promicro16, nano_every, nano_33_iot

[env]
lib_deps = tgtakaoka/[email protected], tgtakaoka/[email protected]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected]

[env:promicro16]
platform = atmelavr
Expand Down
4 changes: 3 additions & 1 deletion examples/dis_tms32010/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ src_dir = .
default_envs = promicro16, nano_every, nano_33_iot

[env]
lib_deps = tgtakaoka/[email protected], tgtakaoka/[email protected]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected]

[env:promicro16]
platform = atmelavr
Expand Down
4 changes: 3 additions & 1 deletion examples/dis_tms9900/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ src_dir = .
default_envs = promicro16, nano_every, nano_33_iot

[env]
lib_deps = tgtakaoka/[email protected], tgtakaoka/[email protected]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected]

[env:promicro16]
platform = atmelavr
Expand Down
4 changes: 3 additions & 1 deletion examples/dis_z8/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ src_dir = .
default_envs = promicro16, nano_every, nano_33_iot

[env]
lib_deps = tgtakaoka/[email protected], tgtakaoka/[email protected]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected]

[env:promicro16]
platform = atmelavr
Expand Down
4 changes: 3 additions & 1 deletion examples/dis_z8000/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ src_dir = .
default_envs = promicro16, nano_every, nano_33_iot

[env]
lib_deps = tgtakaoka/[email protected], tgtakaoka/[email protected]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected]

[env:promicro16]
platform = atmelavr
Expand Down
4 changes: 3 additions & 1 deletion examples/dis_zilog/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ src_dir = .
default_envs = promicro16, nano_every, nano_33_iot

[env]
lib_deps = tgtakaoka/[email protected], tgtakaoka/[email protected]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected]

[env:promicro16]
platform = atmelavr
Expand Down
4 changes: 3 additions & 1 deletion examples/platformio.common
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ src_dir = .
default_envs = promicro16, nano_every, nano_33_iot

[env]
lib_deps = tgtakaoka/[email protected], tgtakaoka/[email protected]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected]

[env:promicro16]
platform = atmelavr
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libasm",
"version": "1.6.17",
"version": "1.6.18",
"description": "Cross assembler and disassembler for retro CPUs",
"keywords": "Assembler, Disassembler, MC6800, MC6805, MC6809, MC68HC11, MOS6502, i8048, i8051, i8080, Z80, Z8, TLCS90, INS8060, INS8070, CDP1802, TMS32010, TMS9900, i8086, MC68000, Z8000, NS32032",
"repository":
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=libasm
version=1.6.17
version=1.6.18
author=Tadashi G. Takaoka
maintainer=Tadashi G. Takaoka <[email protected]>
sentence=Cross assembler and disassembler for retro CPUs
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

#define LIBASM_VERSION_MAJOR 1
#define LIBASM_VERSION_MINOR 6
#define LIBASM_VERSION_PATCH 16
#define LIBASM_VERSION_STRING "1.6.16"
#define LIBASM_VERSION_PATCH 18
#define LIBASM_VERSION_STRING "1.6.18"

#endif // __VERSION_H__

Expand Down

0 comments on commit e6d5c47

Please sign in to comment.