home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
rtsi.com
/
2014.01.www.rtsi.com.tar
/
www.rtsi.com
/
OS9
/
OSK
/
EFFO
/
forum5.lzh
/
SPRACHEN
/
ASSEMBLER
/
boot.a
next >
Wrap
Text File
|
1988-05-05
|
630b
|
30 lines
nam boot
ttl neu booten
**********************************************************
* Edition History
* # Date Comments by
* -- -------- ---------------------------------------- ---
* 01 05-05-88 Initial test version MTM
**********************************************************
* include system definitions - here for my configuration
use /DD/DEFS/oskdefs.d
Edition equ 1
Typ_Lang equ (Prgrm<<8)+Objct
Attr_Rev equ ((ReEnt+SupStat)<<8)+1
boot_adress equ $10FA
psect ton,Typ_Lang,Attr_Rev,Edition,0,go
go jmp boot_adress
ends