From f3eae905ca1e378948ee228e93f3c697cb879605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Fri, 28 Jan 2022 09:15:09 +0100 Subject: bge --- lab1ucode.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lab1ucode.py') 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}>" -- cgit v1.2.1