diff options
| -rw-r--r-- | lab1ucode.in | 4 | ||||
| -rw-r--r-- | lab1ucode.out | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lab1ucode.in b/lab1ucode.in index d1b8283..b95a965 100644 --- a/lab1ucode.in +++ b/lab1ucode.in @@ -35,8 +35,8 @@ ar-grx->ar ar->grx, 0->upc and: -pm->ar -ar&grx->ar +grx->ar +ar&pm->ar ar->grx, 0->upc lsr: diff --git a/lab1ucode.out b/lab1ucode.out index c6fe8a4..51f0a52 100644 --- a/lab1ucode.out +++ b/lab1ucode.out @@ -27,8 +27,8 @@ prog: 19: 0b80000 1a: 0130000 1b: 0000180 -1c: 0280000 -1d: 0d80000 +1c: 0380000 +1d: 0c80000 1e: 0130000 1f: 0000180 20: 0380000 |
