CompuServe Messages

#optimizer fix

    10-Apr-95 12:42:36
Sb: #46453-#optimizer fix
Fm: Phillip Wooller 100024,2227
To: James Du Bois 72237,32
A compiler shouldn't compile a jump to 0x04. It may create code that says JMP (0x04) or JSR (0x04). But that would load an address from location 4 and then go there (called indirect addressing). I think that is probably what is going on but I am in 6502 programming mode at the moment. Phill