We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instructions in 0x0000 are run by CPU and have some effect
0x0000
Instruction is printed to screen
00E0 - CLS - Clear the display.
Reference: CowGod
00EE - RET - Return from a subroutine.
The interpreter sets the program counter to the address at the top of the stack, then subtracts 1 from the stack pointer.
The text was updated successfully, but these errors were encountered:
983b68a
mattcan
No branches or pull requests
Expected Behavior
Instructions in
0x0000
are run by CPU and have some effectCurrent Behavior
Instruction is printed to screen
Instructions
Reference: CowGod
Reference: CowGod
The text was updated successfully, but these errors were encountered: