A2osX/SYS/KERNEL.S.CTRL.txt
2020-01-31 17:12:25 +01:00

51 lines
1.0 KiB
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 A2osX.GP.SC
C5 .EQ A2osX.AUX.S
*--------------------------------------
C6 .EQ A2osX.D1.S
C7 .EQ A2osX.D2.S
C8 .EQ A2osX.E0.S
C9 .EQ DevMgr.FreeMem
*--------------------------------------
.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 A2osX.GP.SC>$2E0
.LIST ON
* ERROR:GP too big
.LIST OFF
.FIN
.DO A2osX.D1.S>$1000
.LIST ON
* ERROR:BNK1 too big
.LIST OFF
.FIN
.DO A2osX.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