A2osX/SYS/KERNEL.S.CTRL.txt

39 lines
715 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

NEW
AUTO 3,1
*--------------------------------------
* CONTROL SECTION :
.LIST ON
*--------------------------------------
C1 .EQ MAIN.S
C2 .EQ AUX.S
C3 .EQ D1.S
C4 .EQ D2.S
C5 .EQ E0.S
*--------------------------------------
.LIST OFF
.DO MAIN.S>$BC0
.LIST ON
* ERROR:MAIN too big
.LIST OFF
.FIN
.DO AUX.S>$2000
.LIST ON
* ERROR:AUX too big
.LIST OFF
.FIN
.DO D1.S>$1000
.LIST ON
* ERROR:BNK1 too big
.LIST OFF
.FIN
.DO D2.S>$1000
.LIST ON
* ERROR:BNK2 too big
.LIST OFF
.FIN
*--------------------------------------
MAN
SAVE usr/src/sys/kernel.s.ctrl
LOAD usr/src/sys/kernel.s
ASM