mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-23 16:30:23 +00:00
2.6.2.30 Added: DA now works! It is similar to DW except it does symbol lookups!
(DW = Define Word. DA = Define Address) Example: U D000 DA BASIC.FPTR D000:D080
This commit is contained in:
parent
a408f7dacf
commit
069c5c13dd
@ -1,6 +1,11 @@
|
||||
/*
|
||||
2.7.0.0 Released with Applewin 1.19.1.0
|
||||
|
||||
.30 Added: DA now works! It is similar to DW except it does symbol lookups!
|
||||
(DW = Define Word. DA = Define Address)
|
||||
Example:
|
||||
U D000
|
||||
DA BASIC.FPTR D000:D080
|
||||
.29 Fixed: Pretty print DB2 DB4 DB8 without commas
|
||||
.28 Fixed: DB2 DB4 DB8 DW DW2 DW4 now work/display properly.
|
||||
DB (Define Byte) shows bytes in big endian order.
|
||||
|
Loading…
Reference in New Issue
Block a user