michaelcmartin / Ophis

A cross-assembler for the 6502 series of microprocessors.
http://michaelcmartin.github.io/Ophis/
Other
96 stars 26 forks source link

.advance pragma should allow a specifiable filler #12

Closed michaelcmartin closed 12 years ago

michaelcmartin commented 12 years ago

.advance currently always fills with zeroes. This isn't universal amongst assemblers; if we're trying to match output, we should let it be specified. This should allow any legal expression within range.

michaelcmartin commented 12 years ago

In in eae4ea7d.