12-11-2014, 02:49 PM
UPDATE: so guys, Ntwede pointed out an issue relating to pipelining and my Call/Return functions, where the address stored to the stack when u preform a Call, would be about 2-3 address ahead of where it should be when u return from that call.
Dylan, John and I looked at this and found that all you have to do is add an address of 2 to the destination of a return instead of lea Ving it blank. Then it will be set to subtract by default during a Return.
Yay software fixes
Dylan, John and I looked at this and found that all you have to do is add an address of 2 to the destination of a return instead of lea Ving it blank. Then it will be set to subtract by default during a Return.
Yay software fixes