|
Hello -
I'm working on the first part of the VM translator and noticed that the result of the eq operation in the VM simulator sets RAM[256] to -1.
I noticed the cpu emulator doesn't display any line with @-1. I'm doing:
@-1
D=A
@"desired stack position"
M=D
I don't know if I'm doing something horribly wrong but I got no clue what's wrong.
|