Hi there, I'd like to assemble a file to a binary file of exact 4096 bytes. Tried .res but it requires a constant size. Ended up with .align 4096 -- that works, but fills unused bytes with $00. But unused bytes in an EPROM are represented as $FF, so I'd have to burn a lot bytes more and wait longer while burning. How do I fill up the unused space with $FF? Regards, Nils ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Mon Sep 17 04:10:02 2012
This archive was generated by hypermail 2.1.8 : 2012-09-17 04:10:12 CEST