view os9/level1/init.asm @ 178:4d83154d2a78

add - {} some builtin in TL/1
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 15 Apr 2019 09:43:28 +0900
parents f20bf9874697
children
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   0
         fdb   $c000
         fcb   $0C
         fcb   $0C
         fdb   sysgo
         fdb   sysdev      system device (sysdev) (nitors9 requires this)
         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   *