From c381756a2aed37b4b93c5b853d5dd0ec44a4118c Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Mon, 29 Mar 2021 12:37:36 -0700 Subject: Trivial cleanup of initial memory image. --- mem/mem.hex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mem/mem.hex') diff --git a/mem/mem.hex b/mem/mem.hex index 7923fb7..9cd9433 100644 --- a/mem/mem.hex +++ b/mem/mem.hex @@ -3,12 +3,11 @@ 040 // %acc = 0x40 f20 // %idx = %acc -// loop: (addr 2) +// loop: 100 // %acc = [%idx] 300 402 // if (%acc == 0) { %pc = exit } f44 // ++%idx; tx %acc 4fb // jmp loop -// exit: (addr 7) f80 // hcf -- cgit v1.2.3