diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/os9/level1/init.asm	Sat Jul 14 15:16:13 2018 +0900
@@ -0,0 +1,28 @@
+* 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   *
+