Hi! Am Sonntag, den 13.08.2006, 03:40 +0200 schrieb Groepaz: > .byte ((data_end-data_start)&255) ; len lsb > .byte ((data_end-data_start)+255)/256 ; len msb - num pages Shouldnt this work too: .word (data_end-data_start) I havent used ca65 directly every, but it should, like acme, have a word pseudo-opcode. Readya, Markus ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Sun Aug 13 13:07:40 2006
This archive was generated by hypermail 2.1.8 : 2006-08-13 13:07:42 CEST