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