mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-26 13:30:41 +00:00
mpohoreski
1acf0da21e
2.6.2.x
.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. DW (Define Word) shows addresses (2 bytes) in little endian order. Example: U D000 DB2 REV.FPTR D000:D080 X DW BASIC.FPT D000:D080 X Or for those minimal types who hate wasting screen real estate DW4 COMPACT D000:D080 X DB8 RA8 D000:D080 X .27 Fixed: Don't do symbol look for data bytes that don't request it. (Groundwork for Define Address) .26 Changed: Code portability. Slowly remove the LPCTSTR taint of Windowisms. .25 Fixed: DB DW custom data byte sizes weren't scrolling properly in the disasm view. Changed _6502_GetOpmodeOpbyte() to be aware of data bytes.
Languages
C++
53.1%
C
37.6%
HTML
7.9%
CSS
0.6%
Hack
0.5%
Other
0.2%