H.O Account closed
Registered: Oct 2002 Posts: 70 |
Dreamassembler - ignoring line breaks?
I've been playing around with dreamassembler a bit, giving myself a refresher course on 6502 assembler.
Anyway, I cant seem to find a way to get it to swallow data with carriage return (line breaks, return, new line) in them.
For example, I want to define a data segment like this
instr .scr " 40 chars here ",
" 40 more chars here ",
" etc .............. "
(This would allow me to check formatting of the text more easily)
When doing macros in C, you can usually add a "\" at the end of the line to tell the pre-processor to ignore the newline, and instead just keep processing the macro. Is there anything similar for dreamassembler?
|