Release 0.95.2: Changed "save labels" to "symbol list" in a lot of code, error messages and docs.

Added "!symbollist" alias for "!sl" pseudo opcode.
Change in undocumented ("illegal") opcodes: ANC #8 now generates 0x0b instead of 0x2b (both opcodes do the same thing).
Added experimental support for generating a report listing. Thanks to Johann Klasek for writing this extension patch.


git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@40 4df02467-bbd4-4a76-a152-e7ce94205b78
This commit is contained in:
marcobaye
2014-11-22 01:36:02 +00:00
parent 2a30237ac4
commit af1bd69455
23 changed files with 269 additions and 96 deletions

View File

@@ -3,6 +3,7 @@
# new in version 4: added !warn, !error, !serious
# new in version 5: changed mnemo colors
# new in version 6: added !ifndef, !addr
# new in version 7: added !symbollist
# define colors
#
@@ -133,6 +134,7 @@
"!zn" pseudo
"!zone" pseudo
"!sl" pseudo
"!symbollist" pseudo
"!src" pseudo
"!source" pseudo
"!bin" pseudo

View File

@@ -89,7 +89,7 @@ WAI
!to
!source !src
!binary !bin
!sl
!symbollist !sl
!zone !zn
!if
!ifdef