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:
@@ -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
|
||||
|
||||
@@ -89,7 +89,7 @@ WAI
|
||||
!to
|
||||
!source !src
|
||||
!binary !bin
|
||||
!sl
|
||||
!symbollist !sl
|
||||
!zone !zn
|
||||
!if
|
||||
!ifdef
|
||||
|
||||
Reference in New Issue
Block a user