Skip to content

Instantly share code, notes, and snippets.

@Ge0rg3
Created February 6, 2018 10:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ge0rg3/05ce7d84bd24eac2d36d449cda71f34a to your computer and use it in GitHub Desktop.
Save Ge0rg3/05ce7d84bd24eac2d36d449cda71f34a to your computer and use it in GitHub Desktop.
Subtraction program for http://peterhigginson.co.uk/LMC/
INP
STA 1
INP
STA 2
LDA 1
SUB 2
OUT
HLT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment