Skip to content

Instantly share code, notes, and snippets.

@drguildo
Last active June 27, 2021 13:06
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save drguildo/d17b17265ab80c849f34 to your computer and use it in GitHub Desktop.
Save drguildo/d17b17265ab80c849f34 to your computer and use it in GitHub Desktop.
TIS-100 Cheat Sheet

TIS-100 Cheat Sheet

Instructions

Name Syntax Name Syntax
NOP NOP JMP JMP <LABEL>
MOV MOV <SRC>, <DST> JEZ JEZ <LABEL>
SWP SWP JNZ JNZ <LABEL>
SAV SAV JGZ JGZ <LABEL>
ADD ADD <SRC> JLZ JLZ <LABEL>
SUB SUB <SRC> JRO JRO <LABEL>
NEG NEG

Keyboard Shortcuts

Keys Description
Ctrl-Z Undo last change
Ctrl-Y Redo last change
Ctrl-X Cut selected text to clipboard
Ctrl-C Copy selected text to clipboard
Ctrl-V Paste clipboard text
Ctrl-↑ Navigate to adjacent execution node
Ctrl-↓
Ctrl-←
Ctrl-→
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment