Closed dogamak closed 4 years ago
Currently the emulator does not support any stack related functionality. This includes instructions PUSH, POP, CALL, EXIT, PUSHR and POPR.
PUSH
POP
CALL
EXIT
PUSHR
POPR
Implementation was merged into master with #12.
Currently the emulator does not support any stack related functionality. This includes instructions
PUSH
,POP
,CALL
,EXIT
,PUSHR
andPOPR
.