项目作者: flouthoc

项目描述 :
Segments for TIS-100
高级语言: Assembly
项目地址: git://github.com/flouthoc/tessellated-intelligence-system.git


tessellated-intelligence-system

Segments for TIS-100

Manual - https://www.vidarholen.net/contents/junk/files/TIS-100%20Reference%20Manual.pdf

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-→