home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_progs
/
prog-asm
/
asmonedm.lzh
/
ASMOneDemo
/
ASMOneDemo.lzh
/
ASM-One
/
Include.Strip
/
devices
/
bootblock.i
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-10-17
|
344 b
|
19 lines
IFND DEVICES_BOOTBLOCK_I
DEVICES_BOOTBLOCK_I SET 1
STRUCTURE BB,0
STRUCT BB_ID,4
LONG BB_CHKSUM
LONG BB_DOSBLOCK
LABEL BB_ENTRY
LABEL BB_SIZE
BOOTSECTS equ 2
BBID_DOS macro *
dc.b 'DOS',0
endm
BBID_KICK macro *
dc.b 'KICK'
endm
BBNAME_DOS EQU (('D'<<24)!('O'<<16)!('S'<<8))
BBNAME_KICK EQU (('K'<<24)!('I'<<16)!('C'<<8)!('K'))
ENDC