lab17: part 5

This commit is contained in:
2026-04-23 01:24:04 -07:00
parent c11daa808f
commit 95bb649249
3 changed files with 51 additions and 6 deletions

View File

@@ -2,3 +2,15 @@
(if #t (println 3) (println 4))
(if #f (println 3) (println 4))
; PUSH1 1
; PUSH1 offset_to_then
; JUMPI
;
; #else
; PUSH1 offset_to_end
; JUMP
;
; JUMPDEST @offset_to_then
; #then
;
; JUMPDEST @offset_to_end