Skip to content

Commit

Permalink
Version 1.6.27
Browse files Browse the repository at this point in the history
- [INS8060] Fix predefined function
- [INS8070] Fix predefined function
- Add experimental ninja build scripts
- Internal cleanups
  • Loading branch information
tgtakaoka committed Oct 12, 2022
1 parent 769b4e8 commit 3d2c44f
Show file tree
Hide file tree
Showing 25 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ 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.26)
libasm assembler (version 1.6.27)
usage: asm [-o <output>] [-l <list>] <input>
-C <CPU> : target CPU
MC6800 MC6801 HD6301 MC68HC11 MC6805 MC146805 MC68HC05
Expand Down Expand Up @@ -101,7 +101,7 @@ 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.26)
libasm disassembler (version 1.6.27)
usage: dis -C <CPU> [-o <output>] [-l <list>] <input>
-C <CPU> : target CPU
MC6800 MC6801 HD6301 MC68HC11 MC6805 MC146805 MC68HC05
Expand Down
2 changes: 1 addition & 1 deletion examples/cdp1802/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default_envs = nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/libcli@1.2.3
tgtakaoka/libasm@1.6.26
tgtakaoka/libasm@1.6.27

[env:promicro16]
platform = atmelavr
Expand Down
2 changes: 1 addition & 1 deletion examples/i8048/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default_envs = nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/libcli@1.2.3
tgtakaoka/libasm@1.6.26
tgtakaoka/libasm@1.6.27

[env:promicro16]
platform = atmelavr
Expand Down
2 changes: 1 addition & 1 deletion examples/i8051/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default_envs = nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/libcli@1.2.3
tgtakaoka/libasm@1.6.26
tgtakaoka/libasm@1.6.27

[env:promicro16]
platform = atmelavr
Expand Down
2 changes: 1 addition & 1 deletion examples/i8080/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default_envs = nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/libcli@1.2.3
tgtakaoka/libasm@1.6.26
tgtakaoka/libasm@1.6.27

[env:promicro16]
platform = atmelavr
Expand Down
2 changes: 1 addition & 1 deletion examples/i8086/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default_envs = nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/libcli@1.2.3
tgtakaoka/libasm@1.6.26
tgtakaoka/libasm@1.6.27

[env:promicro16]
platform = atmelavr
Expand Down
2 changes: 1 addition & 1 deletion examples/i8096/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default_envs = nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/libcli@1.2.3
tgtakaoka/libasm@1.6.26
tgtakaoka/libasm@1.6.27

[env:promicro16]
platform = atmelavr
Expand Down
2 changes: 1 addition & 1 deletion examples/ins8060/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default_envs = nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/libcli@1.2.3
tgtakaoka/libasm@1.6.26
tgtakaoka/libasm@1.6.27

[env:promicro16]
platform = atmelavr
Expand Down
2 changes: 1 addition & 1 deletion examples/ins8070/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default_envs = nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/libcli@1.2.3
tgtakaoka/libasm@1.6.26
tgtakaoka/libasm@1.6.27

[env:promicro16]
platform = atmelavr
Expand Down
2 changes: 1 addition & 1 deletion examples/mc6800/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default_envs = nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/libcli@1.2.3
tgtakaoka/libasm@1.6.26
tgtakaoka/libasm@1.6.27

[env:promicro16]
platform = atmelavr
Expand Down
2 changes: 1 addition & 1 deletion examples/mc68000/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default_envs = nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/libcli@1.2.3
tgtakaoka/libasm@1.6.26
tgtakaoka/libasm@1.6.27

[env:promicro16]
platform = atmelavr
Expand Down
2 changes: 1 addition & 1 deletion examples/mc6809/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default_envs = nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/libcli@1.2.3
tgtakaoka/libasm@1.6.26
tgtakaoka/libasm@1.6.27

[env:promicro16]
platform = atmelavr
Expand Down
2 changes: 1 addition & 1 deletion examples/mn1610/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default_envs = nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/libcli@1.2.3
tgtakaoka/libasm@1.6.26
tgtakaoka/libasm@1.6.27

[env:promicro16]
platform = atmelavr
Expand Down
2 changes: 1 addition & 1 deletion examples/mos6502/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default_envs = nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/libcli@1.2.3
tgtakaoka/libasm@1.6.26
tgtakaoka/libasm@1.6.27

[env:promicro16]
platform = atmelavr
Expand Down
2 changes: 1 addition & 1 deletion examples/ns32000/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default_envs = nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/libcli@1.2.3
tgtakaoka/libasm@1.6.26
tgtakaoka/libasm@1.6.27

[env:promicro16]
platform = atmelavr
Expand Down
2 changes: 1 addition & 1 deletion examples/platformio.common
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default_envs = nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/libcli@1.2.3
tgtakaoka/libasm@1.6.26
tgtakaoka/libasm@1.6.27

[env:promicro16]
platform = atmelavr
Expand Down
2 changes: 1 addition & 1 deletion examples/tlcs90/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default_envs = nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/libcli@1.2.3
tgtakaoka/libasm@1.6.26
tgtakaoka/libasm@1.6.27

[env:promicro16]
platform = atmelavr
Expand Down
2 changes: 1 addition & 1 deletion examples/tms32010/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default_envs = nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/libcli@1.2.3
tgtakaoka/libasm@1.6.26
tgtakaoka/libasm@1.6.27

[env:promicro16]
platform = atmelavr
Expand Down
2 changes: 1 addition & 1 deletion examples/tms9900/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default_envs = nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/libcli@1.2.3
tgtakaoka/libasm@1.6.26
tgtakaoka/libasm@1.6.27

[env:promicro16]
platform = atmelavr
Expand Down
2 changes: 1 addition & 1 deletion examples/z8/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default_envs = nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/libcli@1.2.3
tgtakaoka/libasm@1.6.26
tgtakaoka/libasm@1.6.27

[env:promicro16]
platform = atmelavr
Expand Down
2 changes: 1 addition & 1 deletion examples/z80/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default_envs = nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/libcli@1.2.3
tgtakaoka/libasm@1.6.26
tgtakaoka/libasm@1.6.27

[env:promicro16]
platform = atmelavr
Expand Down
2 changes: 1 addition & 1 deletion examples/z8000/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default_envs = nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/libcli@1.2.3
tgtakaoka/libasm@1.6.26
tgtakaoka/libasm@1.6.27

[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.26",
"version": "1.6.27",
"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, SCN2650, TMS32010, TMS9900, i8086, i8096, MC68000, Z8000, NS32032, MN1610",
"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.26
version=1.6.27
author=Tadashi G. Takaoka
maintainer=Tadashi G. Takaoka <tadashi.g.takaoka@gmail.com>
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 26
#define LIBASM_VERSION_STRING "1.6.26"
#define LIBASM_VERSION_PATCH 27
#define LIBASM_VERSION_STRING "1.6.27"

#endif // __VERSION_H__

Expand Down

0 comments on commit 3d2c44f

Please sign in to comment.