tebe6502 / Mad-Assembler

6502, 65816 assembler (Atari XE/XL)
MIT License
78 stars 16 forks source link

.print hex data #32

Open jhusak opened 1 year ago

jhusak commented 1 year ago

Now directive .print prints numbers in $HEX format. It cannot be changed, so I have to use the sed inline editor on the mads output to produce include.h file for my .c program. (.asm program outputs places where .c program puts data in). It would be nice to have a switch to write the prefix or not in the simplest way (so I may use .print "# define OFFSET 0x",*