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:
mpohoreski 2010-12-19 20:37:03 +00:00
parent a408f7dacf
commit 069c5c13dd

View File

@ -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.