-
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] Generate relevant binaries even when error happens On those cases the error messages work effectively as warning - [MC6800] Add MB8861 variant - [Z8] Fix RRn where n is odd number as illegal register - [INS8060] Fix E-register displacement check - [DIS] Fix -X option message to relevant CPU - [arduino] Add missing SCN2650 example - Refactor Table related classes
- Loading branch information
Showing
26 changed files
with
50 additions
and
50 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,8 @@ default_envs = nano_every, nano_33_iot, pico | |
|
||
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected].3 | ||
tgtakaoka/[email protected].27 | ||
tgtakaoka/[email protected].4 | ||
tgtakaoka/[email protected].28 | ||
|
||
[env:promicro16] | ||
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 |
---|---|---|
|
@@ -14,8 +14,8 @@ default_envs = nano_every, nano_33_iot, pico | |
|
||
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected].3 | ||
tgtakaoka/[email protected].27 | ||
tgtakaoka/[email protected].4 | ||
tgtakaoka/[email protected].28 | ||
|
||
[env:promicro16] | ||
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 |
---|---|---|
|
@@ -14,8 +14,8 @@ default_envs = nano_every, nano_33_iot, pico | |
|
||
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected].3 | ||
tgtakaoka/[email protected].27 | ||
tgtakaoka/[email protected].4 | ||
tgtakaoka/[email protected].28 | ||
|
||
[env:promicro16] | ||
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 |
---|---|---|
|
@@ -14,8 +14,8 @@ default_envs = nano_every, nano_33_iot, pico | |
|
||
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected].3 | ||
tgtakaoka/[email protected].27 | ||
tgtakaoka/[email protected].4 | ||
tgtakaoka/[email protected].28 | ||
|
||
[env:promicro16] | ||
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 |
---|---|---|
|
@@ -14,8 +14,8 @@ default_envs = nano_every, nano_33_iot, pico | |
|
||
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected].3 | ||
tgtakaoka/[email protected].27 | ||
tgtakaoka/[email protected].4 | ||
tgtakaoka/[email protected].28 | ||
|
||
[env:promicro16] | ||
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 |
---|---|---|
|
@@ -14,8 +14,8 @@ default_envs = nano_every, nano_33_iot, pico | |
|
||
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected].3 | ||
tgtakaoka/[email protected].27 | ||
tgtakaoka/[email protected].4 | ||
tgtakaoka/[email protected].28 | ||
|
||
[env:promicro16] | ||
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 |
---|---|---|
|
@@ -14,8 +14,8 @@ default_envs = nano_every, nano_33_iot, pico | |
|
||
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected].3 | ||
tgtakaoka/[email protected].27 | ||
tgtakaoka/[email protected].4 | ||
tgtakaoka/[email protected].28 | ||
|
||
[env:promicro16] | ||
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 |
---|---|---|
|
@@ -14,8 +14,8 @@ default_envs = nano_every, nano_33_iot, pico | |
|
||
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected].3 | ||
tgtakaoka/[email protected].27 | ||
tgtakaoka/[email protected].4 | ||
tgtakaoka/[email protected].28 | ||
|
||
[env:promicro16] | ||
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 |
---|---|---|
|
@@ -14,8 +14,8 @@ default_envs = nano_every, nano_33_iot, pico | |
|
||
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected].3 | ||
tgtakaoka/[email protected].27 | ||
tgtakaoka/[email protected].4 | ||
tgtakaoka/[email protected].28 | ||
|
||
[env:promicro16] | ||
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 |
---|---|---|
|
@@ -14,8 +14,8 @@ default_envs = nano_every, nano_33_iot, pico | |
|
||
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected].3 | ||
tgtakaoka/[email protected].27 | ||
tgtakaoka/[email protected].4 | ||
tgtakaoka/[email protected].28 | ||
|
||
[env:promicro16] | ||
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 |
---|---|---|
|
@@ -14,8 +14,8 @@ default_envs = nano_every, nano_33_iot, pico | |
|
||
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected].3 | ||
tgtakaoka/[email protected].27 | ||
tgtakaoka/[email protected].4 | ||
tgtakaoka/[email protected].28 | ||
|
||
[env:promicro16] | ||
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 |
---|---|---|
|
@@ -14,8 +14,8 @@ default_envs = nano_every, nano_33_iot, pico | |
|
||
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected].3 | ||
tgtakaoka/[email protected].27 | ||
tgtakaoka/[email protected].4 | ||
tgtakaoka/[email protected].28 | ||
|
||
[env:promicro16] | ||
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 |
---|---|---|
|
@@ -14,8 +14,8 @@ default_envs = nano_every, nano_33_iot, pico | |
|
||
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected].3 | ||
tgtakaoka/[email protected].27 | ||
tgtakaoka/[email protected].4 | ||
tgtakaoka/[email protected].28 | ||
|
||
[env:promicro16] | ||
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 |
---|---|---|
|
@@ -14,8 +14,8 @@ default_envs = nano_every, nano_33_iot, pico | |
|
||
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected].3 | ||
tgtakaoka/[email protected].27 | ||
tgtakaoka/[email protected].4 | ||
tgtakaoka/[email protected].28 | ||
|
||
[env:promicro16] | ||
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 |
---|---|---|
|
@@ -14,8 +14,8 @@ default_envs = nano_every, nano_33_iot, pico | |
|
||
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected].3 | ||
tgtakaoka/[email protected].27 | ||
tgtakaoka/[email protected].4 | ||
tgtakaoka/[email protected].28 | ||
|
||
[env:promicro16] | ||
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 |
---|---|---|
|
@@ -14,8 +14,8 @@ default_envs = nano_every, nano_33_iot, pico | |
|
||
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected].3 | ||
tgtakaoka/[email protected].27 | ||
tgtakaoka/[email protected].4 | ||
tgtakaoka/[email protected].28 | ||
|
||
[env:promicro16] | ||
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 |
---|---|---|
|
@@ -14,8 +14,8 @@ default_envs = nano_every, nano_33_iot, pico | |
|
||
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected].3 | ||
tgtakaoka/[email protected].27 | ||
tgtakaoka/[email protected].4 | ||
tgtakaoka/[email protected].28 | ||
|
||
[env:promicro16] | ||
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 |
---|---|---|
|
@@ -14,8 +14,8 @@ default_envs = nano_every, nano_33_iot, pico | |
|
||
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected].3 | ||
tgtakaoka/[email protected].27 | ||
tgtakaoka/[email protected].4 | ||
tgtakaoka/[email protected].28 | ||
|
||
[env:promicro16] | ||
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 |
---|---|---|
|
@@ -14,8 +14,8 @@ default_envs = nano_every, nano_33_iot, pico | |
|
||
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected].3 | ||
tgtakaoka/[email protected].27 | ||
tgtakaoka/[email protected].4 | ||
tgtakaoka/[email protected].28 | ||
|
||
[env:promicro16] | ||
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 |
---|---|---|
|
@@ -14,8 +14,8 @@ default_envs = nano_every, nano_33_iot, pico | |
|
||
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected].3 | ||
tgtakaoka/[email protected].27 | ||
tgtakaoka/[email protected].4 | ||
tgtakaoka/[email protected].28 | ||
|
||
[env:promicro16] | ||
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 |
---|---|---|
|
@@ -14,8 +14,8 @@ default_envs = nano_every, nano_33_iot, pico | |
|
||
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected].3 | ||
tgtakaoka/[email protected].27 | ||
tgtakaoka/[email protected].4 | ||
tgtakaoka/[email protected].28 | ||
|
||
[env:promicro16] | ||
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 |
---|---|---|
|
@@ -14,8 +14,8 @@ default_envs = nano_every, nano_33_iot, pico | |
|
||
[env] | ||
lib_deps = | ||
tgtakaoka/[email protected].3 | ||
tgtakaoka/[email protected].27 | ||
tgtakaoka/[email protected].4 | ||
tgtakaoka/[email protected].28 | ||
|
||
[env:promicro16] | ||
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.27 | ||
version=1.6.28 | ||
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