asm6f icon indicating copy to clipboard operation
asm6f copied to clipboard

Console text output directive

Open freem opened this issue 5 years ago • 1 comments

Recently, tokumaru made a post about a 6502 assembler he's developing, which would be similar to asm6 but with some slight changes. One such change is "a directive to print text without aborting assembly". This doesn't sound like it'd be too complicated to add to asm6f.

freem avatar Oct 08 '18 18:10 freem

It occurs to me that one potential use for this would be listing a current address, for example outputting "end of bank 1, 481 bytes free" or whatever

Xkeeper0 avatar Oct 13 '18 05:10 Xkeeper0