A2osX/SYS/KERNEL.S.CTRL.txt

50 lines
976 B
Plaintext
Raw 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
*--------------------------------------
C0 .EQ Mem.MLoMem
C1 .EQ Mem.MHiMem
C2 .EQ Mem.XLoMem
C3 .EQ Mem.XHiMem
*--------------------------------------
C4 .EQ GP.CE-GP.CS
C5 .EQ AUX.S
*--------------------------------------
C6 .EQ D1.S
C7 .EQ D2.S
C8 .EQ E0.S
*--------------------------------------
.LIST OFF
.DO Mem.MLoMem>$2000
.LIST ON
* ERROR:MAIN too big
.LIST OFF
.FIN
.DO Mem.XLoMem>$2000
.LIST ON
* ERROR:AUX too big
.LIST OFF
.FIN
.DO C4>$1D0
.LIST ON
* ERROR:GP 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