I remember that DASM had some cool features.
For example, I know that you can use:
dc.b, dc.w, or .byte as directives for listing data
But, I believe there was also something liks ASC to represent string/ascii data, but I can't recall the exact directive.
And then there was something interesting where you can do:
"the rest of the code after address $F999 is $00 until $FF00", by just a directive or 2 that would prevent you from keeping a bunch of dc.b $00's in your code to make it messy (it was some directive, followed by the ORG $FF00).
1) Can someone help remind me of the dasm directives that do these 2 things? I don't remember them, and am having little luck on the web.
2) Are these documented somewhere? It would be neat tp know what sort of tricks I can use.
Thanks!
-John













