.sect .text added

This commit is contained in:
bal 1985-07-18 14:52:56 +00:00
parent 6f22e5b7d9
commit 479827380c
4 changed files with 4 additions and 0 deletions

View file

@ -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:

View file

@ -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)

View file

@ -4,6 +4,7 @@
.sect .data
.sect .bss
.extern .lxa
.sect .text
.lxa:
! #levels (>= 0) on stack

View file

@ -4,6 +4,7 @@
.sect .data
.sect .bss
.extern .lxl
.sect .text
.lxl:
! #levels on stack (> 0)