Skip to content

Commit

Permalink
Version 1.6.32
Browse files Browse the repository at this point in the history
- [ASM] Add option directive
  • Loading branch information
tgtakaoka committed Jul 22, 2023
1 parent b11dfc0 commit 6a4ba7e
Show file tree
Hide file tree
Showing 28 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ On POSIX environment, assembler command line interface is provided.
It can generate Intel HEX or Motorola S-Record output.

----
libasm assembler (version 1.6.31)
libasm assembler (version 1.6.32)
usage: asm [-o <output>] [-l <list>] <input>
-C <CPU> : target CPU
MC6800 MB8861 MC6801 HD6301 MC68HC11 MC6805 MC146805
Expand Down Expand Up @@ -117,7 +117,7 @@ On POSIX environment, disassembler command line interface is provided.
It can read Intel HEX or Motorola S-Record input.

----
libasm disassembler (version 1.6.31)
libasm disassembler (version 1.6.32)
usage: dis -C <CPU> [-o <output>] [-l <list>] <input>
-C <CPU> : target CPU
MC6800 MB8861 MC6801 HD6301 MC68HC11 MC6805 MC146805
Expand Down
2 changes: 1 addition & 1 deletion examples/asm32000/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default_envs = atmega644p, nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected].31
tgtakaoka/[email protected].32

[env:atmega644p]
platform = atmelavr
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 = atmega644p, nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected].31
tgtakaoka/[email protected].32

[env:atmega644p]
platform = atmelavr
Expand Down
2 changes: 1 addition & 1 deletion examples/dis32000/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default_envs = atmega644p, nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected].31
tgtakaoka/[email protected].32

[env:atmega644p]
platform = atmelavr
Expand Down
2 changes: 1 addition & 1 deletion examples/f3850/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default_envs = atmega644p, nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected].31
tgtakaoka/[email protected].32

[env:atmega644p]
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 = atmega644p, nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected].31
tgtakaoka/[email protected].32

[env:atmega644p]
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 = atmega644p, nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected].31
tgtakaoka/[email protected].32

[env:atmega644p]
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 = atmega644p, nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected].31
tgtakaoka/[email protected].32

[env:atmega644p]
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 = atmega644p, nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected].31
tgtakaoka/[email protected].32

[env:atmega644p]
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 = atmega644p, nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected].31
tgtakaoka/[email protected].32

[env:atmega644p]
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 = atmega644p, nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected].31
tgtakaoka/[email protected].32

[env:atmega644p]
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 = atmega644p, nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected].31
tgtakaoka/[email protected].32

[env:atmega644p]
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 = atmega644p, nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected].31
tgtakaoka/[email protected].32

[env:atmega644p]
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 = atmega644p, nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected].31
tgtakaoka/[email protected].32

[env:atmega644p]
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 = atmega644p, nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected].31
tgtakaoka/[email protected].32

[env:atmega644p]
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 = atmega644p, nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected].31
tgtakaoka/[email protected].32

[env:atmega644p]
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 = atmega644p, nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected].31
tgtakaoka/[email protected].32

[env:atmega644p]
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 = atmega644p, nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected].31
tgtakaoka/[email protected].32

[env:atmega644p]
platform = atmelavr
Expand Down
2 changes: 1 addition & 1 deletion examples/scn2650/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default_envs = atmega644p, nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected].31
tgtakaoka/[email protected].32

[env:atmega644p]
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 = atmega644p, nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected].31
tgtakaoka/[email protected].32

[env:atmega644p]
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 = atmega644p, nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected].31
tgtakaoka/[email protected].32

[env:atmega644p]
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 = atmega644p, nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected].31
tgtakaoka/[email protected].32

[env:atmega644p]
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 = atmega644p, nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected].31
tgtakaoka/[email protected].32

[env:atmega644p]
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 = atmega644p, nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected].31
tgtakaoka/[email protected].32

[env:atmega644p]
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 = atmega644p, nano_every, nano_33_iot, pico
[env]
lib_deps =
tgtakaoka/[email protected]
tgtakaoka/[email protected].31
tgtakaoka/[email protected].32

[env:atmega644p]
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.31",
"version": "1.6.32",
"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, F3850, 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.31
version=1.6.32
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 31
#define LIBASM_VERSION_STRING "1.6.31"
#define LIBASM_VERSION_PATCH 32
#define LIBASM_VERSION_STRING "1.6.32"

#endif // __VERSION_H__

Expand Down

0 comments on commit 6a4ba7e

Please sign in to comment.