diff options
Diffstat (limited to 'lab1ucode.in')
| -rw-r--r-- | lab1ucode.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lab1ucode.in b/lab1ucode.in index 6dc2b3f..d1b8283 100644 --- a/lab1ucode.in +++ b/lab1ucode.in @@ -39,13 +39,6 @@ pm->ar ar&grx->ar ar->grx, 0->upc -halt: -halt - -cmp: -pm->ar -ar-grx->ar, 0->upc - lsr: grx->ar pm->lc @@ -61,6 +54,13 @@ bra: bne: 0->upc +halt: +halt + +cmp: +pm->ar +ar-grx->ar, 0->upc + bge: 0->upc |
