A2osX/SYS/KERNEL.S.CTRL.txt
2018-12-17 08:02:03 +01:00

47 lines
1007 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
PREFIX
AUTO 4,1
*--------------------------------------
* CONTROL SECTION :
.LIST ON
*--------------------------------------
A2osX.MAIN.S .EQ A2osX.AUX-A2osX.MAIN
A2osX.AUX.S .EQ A2osX.GP-A2osX.AUX
A2osX.GP.S .EQ GP.End-GP.CodeStart
A2osX.GP.SC .EQ GP.CodeEnd-GP.CodeStart
A2osX.D1.S .EQ A2osX.D2-A2osX.D1
A2osX.D2.S .EQ A2osX.E0-A2osX.D2
A2osX.E0.S .EQ A2osX.E0.E-A2osX.E0
*--------------------------------------
.LIST OFF
.DO Mem.MLoMem>$1fff
.LIST ON
* ERROR:MAIN too big
.LIST OFF
.FIN
.DO Mem.XLoMem>$1fff
.LIST ON
* ERROR:AUX too big
.LIST OFF
.FIN
.DO A2osX.GP.SC>$1E0
.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