0 Members and 1 Guest are viewing this topic.
.org $9D95
A: .db %11111111B: call aret
FFCD9D95C9
FFCD9893C9
To use absolute addressing, call and jp, you will have to keep track of sp through your program, this gets really annoying when you start adding stuff and you have to go change all your calls and jps.
The only way to push pc is to do a call.
Quote from: thepenguin77 on July 11, 2010, 02:37:17 pmTo use absolute addressing, call and jp, you will have to keep track of sp through your program, this gets really annoying when you start adding stuff and you have to go change all your calls and jps.you mean pc, not sp, right? You should never have to keep track of sp