-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [ASM/DIS] Add compiler options to disable FPU support - [ASM/DIS] Add float80_t for handling floating point number - [ASM] Support implicit comment after instruction and opetands. Affected targets are F3850, MC6800, MC6805, MC6809, MC68000, MN1610, MOS6502, SCN2650, TMP7000, and TMS9900 - [i8086/MC68000] FPU directive accepts On and Off - [MC68000] Fix FTST/FMOVE operand parsing - [MC68000] Accept Dn/An as FMOVEM operands - [INS8070] Disassembler uses addr,PC for PC-relative - [TMS7000/TMS9900] Add binary number parsing '?bb' - [PlatformIO/Arduino] Fix build by removing auto return type
- Loading branch information
Showing
30 changed files
with
35 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ default_envs = atmega1284p, avr128da, teensy41 | |
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected] | ||
tgtakaoka/[email protected].47 | ||
tgtakaoka/[email protected].48 | ||
|
||
[env:atmega1284p] | ||
platform = atmelavr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ default_envs = atmega1284p, avr128da, teensy41 | |
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected] | ||
tgtakaoka/[email protected].47 | ||
tgtakaoka/[email protected].48 | ||
|
||
[env:atmega1284p] | ||
platform = atmelavr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ default_envs = atmega1284p, avr128da, teensy41 | |
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected] | ||
tgtakaoka/[email protected].47 | ||
tgtakaoka/[email protected].48 | ||
|
||
[env:atmega1284p] | ||
platform = atmelavr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ default_envs = atmega1284p, avr128da, teensy41 | |
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected] | ||
tgtakaoka/[email protected].47 | ||
tgtakaoka/[email protected].48 | ||
|
||
[env:atmega1284p] | ||
platform = atmelavr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ default_envs = atmega1284p, avr128da, teensy41 | |
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected] | ||
tgtakaoka/[email protected].47 | ||
tgtakaoka/[email protected].48 | ||
|
||
[env:atmega1284p] | ||
platform = atmelavr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ default_envs = atmega1284p, avr128da, teensy41 | |
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected] | ||
tgtakaoka/[email protected].47 | ||
tgtakaoka/[email protected].48 | ||
|
||
[env:atmega1284p] | ||
platform = atmelavr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ default_envs = atmega1284p, avr128da, teensy41 | |
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected] | ||
tgtakaoka/[email protected].47 | ||
tgtakaoka/[email protected].48 | ||
|
||
[env:atmega1284p] | ||
platform = atmelavr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ default_envs = atmega1284p, avr128da, teensy41 | |
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected] | ||
tgtakaoka/[email protected].47 | ||
tgtakaoka/[email protected].48 | ||
|
||
[env:atmega1284p] | ||
platform = atmelavr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ default_envs = atmega1284p, avr128da, teensy41 | |
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected] | ||
tgtakaoka/[email protected].47 | ||
tgtakaoka/[email protected].48 | ||
|
||
[env:atmega1284p] | ||
platform = atmelavr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ default_envs = atmega1284p, avr128da, teensy41 | |
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected] | ||
tgtakaoka/[email protected].47 | ||
tgtakaoka/[email protected].48 | ||
|
||
[env:atmega1284p] | ||
platform = atmelavr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ default_envs = atmega1284p, avr128da, teensy41 | |
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected] | ||
tgtakaoka/[email protected].47 | ||
tgtakaoka/[email protected].48 | ||
|
||
[env:atmega1284p] | ||
platform = atmelavr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ default_envs = atmega1284p, avr128da, teensy41 | |
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected] | ||
tgtakaoka/[email protected].47 | ||
tgtakaoka/[email protected].48 | ||
|
||
[env:atmega1284p] | ||
platform = atmelavr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ default_envs = atmega1284p, avr128da, teensy41 | |
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected] | ||
tgtakaoka/[email protected].47 | ||
tgtakaoka/[email protected].48 | ||
|
||
[env:atmega1284p] | ||
platform = atmelavr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ default_envs = atmega1284p, avr128da, teensy41 | |
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected] | ||
tgtakaoka/[email protected].47 | ||
tgtakaoka/[email protected].48 | ||
|
||
[env:atmega1284p] | ||
platform = atmelavr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ default_envs = atmega1284p, avr128da, teensy41 | |
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected] | ||
tgtakaoka/[email protected].47 | ||
tgtakaoka/[email protected].48 | ||
|
||
[env:atmega1284p] | ||
platform = atmelavr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ default_envs = atmega1284p, avr128da, teensy41 | |
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected] | ||
tgtakaoka/[email protected].47 | ||
tgtakaoka/[email protected].48 | ||
|
||
[env:atmega1284p] | ||
platform = atmelavr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ default_envs = atmega1284p, avr128da, teensy41 | |
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected] | ||
tgtakaoka/[email protected].47 | ||
tgtakaoka/[email protected].48 | ||
|
||
[env:atmega1284p] | ||
platform = atmelavr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ default_envs = atmega1284p, avr128da, teensy41 | |
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected] | ||
tgtakaoka/[email protected].47 | ||
tgtakaoka/[email protected].48 | ||
|
||
[env:atmega1284p] | ||
platform = atmelavr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ default_envs = atmega1284p, avr128da, teensy41 | |
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected] | ||
tgtakaoka/[email protected].47 | ||
tgtakaoka/[email protected].48 | ||
|
||
[env:atmega1284p] | ||
platform = atmelavr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ default_envs = atmega1284p, avr128da, teensy41 | |
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected] | ||
tgtakaoka/[email protected].47 | ||
tgtakaoka/[email protected].48 | ||
|
||
[env:atmega1284p] | ||
platform = atmelavr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ default_envs = atmega1284p, avr128da, teensy41 | |
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected] | ||
tgtakaoka/[email protected].47 | ||
tgtakaoka/[email protected].48 | ||
|
||
[env:atmega1284p] | ||
platform = atmelavr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ default_envs = atmega1284p, avr128da, teensy41 | |
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected] | ||
tgtakaoka/[email protected].47 | ||
tgtakaoka/[email protected].48 | ||
|
||
[env:atmega1284p] | ||
platform = atmelavr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ default_envs = atmega1284p, avr128da, teensy41 | |
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected] | ||
tgtakaoka/[email protected].47 | ||
tgtakaoka/[email protected].48 | ||
|
||
[env:atmega1284p] | ||
platform = atmelavr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ default_envs = atmega1284p, avr128da, teensy41 | |
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected] | ||
tgtakaoka/[email protected].47 | ||
tgtakaoka/[email protected].48 | ||
|
||
[env:atmega1284p] | ||
platform = atmelavr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ default_envs = atmega1284p, avr128da, teensy41 | |
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected] | ||
tgtakaoka/[email protected].47 | ||
tgtakaoka/[email protected].48 | ||
|
||
[env:atmega1284p] | ||
platform = atmelavr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=libasm | ||
version=1.6.47 | ||
version=1.6.48 | ||
author=Tadashi G. Takaoka | ||
maintainer=Tadashi G. Takaoka <[email protected]> | ||
sentence=Cross assembler and disassembler for retro CPUs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters