view os9/level1/init.asm @ 31:bd2b07db8917 cocoos9lv2v3

CoCoOS9 version
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 14 Jul 2018 15:16:13 +0900
parents
children 7c5379eb406e
line wrap: on
line source

* OS9 standard init modul.
         nam   Init
         ttl   os9 system module

         ifp1
         use   os9defs
         endc
null     set   $0000
tylg     set   Systm+$00
atrv     set   ReEnt+rev
rev      set   $01
         mod   eom,initnam,tylg,atrv
         fcb   0
         fdb   $c000
         fcb   $0C
         fcb   $0C
         fdb   sysgo
         fdb   null      system device (sysdev)
         fdb   systerm
         fdb   null      bootstrap module (bootst)
initnam  fcs   "Init"
sysgo    fcs   "SysGo"
sysdev   fcs   "/D0"
systerm  fcs   "/Term"
bootst   fcs   "Boot"
         emod
eom      equ   *