surround routines by far jump across
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
(
|
||||
(ld r0 1)
|
||||
|
||||
; the procedure is surrounded by a jump and a label
|
||||
(proc foo
|
||||
(nop)
|
||||
(ret)
|
||||
)
|
||||
|
||||
(ld r0 2)
|
||||
)
|
||||
@@ -11,5 +11,4 @@
|
||||
(cmp r1 1 (ne? (fault)))
|
||||
|
||||
(drop @r0)
|
||||
(halt)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user