tebe6502 / Mad-Assembler

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

cmdline switch to let set org to values higher than 65535 would be useful in certain cases. #5

Open jhusak opened 1 year ago

jhusak commented 1 year ago

It would be convinent to have a cmdline switch that allows to assemble over 65535 with only warning (or nothing) instead of error (with warning when code generated over 65535, but not when .local or icl). This is useful for "asm container" - the .asm file which glues other files, some of them assembles, but lets org command to be somehow relative to in-file positioin - which allows generating cart image files or disk image files without additional tools.