Advertisement
killer64

Untitled

Dec 25th, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. opcodes
  2. 0 0000 : set Ax : clear Ax pipe Ax
  3. 1 0001 : set Bx : clear Bx pipe Bx
  4. 2 0010 : load Ax : clear Ax read pipe Ax
  5. 3 0011 : load Bx : clear Bx read pipe Bx
  6. 4 0100 : dump Ax : clear Ax write Ax
  7. 5 0101 : dump Bx : clear Bx write Bx
  8. 6 0110 : dump Ox : clear Ox write Ox
  9. 7 0111 : add : clear Ox clear add pipe add pipe Ox
  10. 8 1000 : sub : clear Ox Ax sub Bx pipe Ox
  11. 14 1110 : read IO to Ax : clear Ax IO pipe Ax
  12. 15 1111 : dump Ax to IO : clear IO IO write Ax
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement