diff options
Diffstat (limited to 'lab1ucode.py')
| -rw-r--r-- | lab1ucode.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lab1ucode.py b/lab1ucode.py index 19d59c2..af410c9 100644 --- a/lab1ucode.py +++ b/lab1ucode.py @@ -120,6 +120,8 @@ def compile(lines): seq = "1000" elif cond == "n=1": seq = "1001" + elif cond == "o=1": + seq = "1011" else: assert False myadr = f"<{to}>" |
