view os9/level2/init.asm @ 25:c4e3abe97e2c

rmb in os9 mode
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 10 Jul 2018 15:38:58 +0900
parents ce7323f9b937
children 51b437557f42
line wrap: on
line source

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

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