freem / asm6f

A fork of loopy's ASM6, a 6502 assembler.
95 stars 24 forks source link

Console text output directive #19

Open freem opened 6 years ago

freem commented 6 years ago

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.

Xkeeper0 commented 6 years ago

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