On Sat, Feb 04, 2012 at 12:00:10PM -0600, Chris Cureau wrote: > Found a issue while assembling some short code this morning... [...] > loop: jmp loop > > This code generated: [...] > .C:1011 4C 12 10 JMP $1012 > > Should have been a JMP $1011, right? :) That depends. How was it assembled and loaded? I doubt that ca65 gets absolute jumps wrong. There's a much highed probability that something in the build process went wrong, you're using an invalid load address or whatever. can you give more information? Regards Uz -- Ullrich von Bassewitz uz@musoftware.de ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Sat Feb 4 20:46:57 2012
This archive was generated by hypermail 2.1.8 : 2012-02-04 20:47:00 CET