This commit is contained in:
Kartik K. Agaram 2014-07-11 21:04:43 -07:00
parent 6264ac68cf
commit d00338ee4a
1 changed files with 3 additions and 3 deletions

6
mu.arc
View File

@ -18,9 +18,9 @@
;? (prn instr)
;? (prn memory*)
(let delim (or (pos '<- instr) -1)
(with (oarg (if (>= delim 0)
(cut instr 0 delim))
op (instr (+ delim 1))
(with (oarg (if (>= delim 0)
(cut instr 0 delim))
op (instr (+ delim 1))
arg (cut instr (+ delim 2)))
;? (prn op " " oarg)
(case op