.sect .text added
This commit is contained in:
parent
6f22e5b7d9
commit
479827380c
|
@ -5,6 +5,7 @@
|
|||
.sect .bss
|
||||
.extern .gto
|
||||
|
||||
.sect .text
|
||||
.gto:
|
||||
! nonlocal goto
|
||||
! the argument on the stack is a pointer to a GTO-descriptor containing:
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
.sect .data
|
||||
.sect .bss
|
||||
.extern .lpb
|
||||
.sect .text
|
||||
.lpb:
|
||||
! convert local to argument base
|
||||
! should not destroy register d2 (used by lxa/lxl)
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
.sect .data
|
||||
.sect .bss
|
||||
.extern .lxa
|
||||
.sect .text
|
||||
.lxa:
|
||||
! #levels (>= 0) on stack
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
.sect .data
|
||||
.sect .bss
|
||||
.extern .lxl
|
||||
.sect .text
|
||||
.lxl:
|
||||
! #levels on stack (> 0)
|
||||
|
||||
|
|
Loading…
Reference in a new issue