??? 05/25/09 13:07 Modified: 05/25/09 13:09 Read: times |
#165584 - This is where it gets lost Responding to: ???'s previous message |
A RET requires that the appropriate return address be stacked. This isn't done, because there's no CALL leading to the RET. What's on the stack?
That AJMP should probably be an ACALL, for one thing ... though there may be other problems, too. RE |