home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
Assembler
/
DVD!OMA2.DMS
/
in.adf
/
Include1.3.LHA
/
Include1.3
/
devices
/
bootblock.i
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1994-10-12
|
345 b
|
29 lines
IFND DEVICES_BOOTBLOCK_I
DEVICES_BOOTBLOCK_I EQU 1
IFND EXEC_TYPES_I
INCLUDE "exec/types.i"
ENDC
RSRESET
BB rs.b 0
BB_ID rs.b 4
BB_CHKSUM rs.l 1
BB_DOSBLOCK rs.l 1
BB_ENTRY rs.b 0
BB_SIZE rs.b 0
BBID_DOS macro
dc.b 'DOS',0
endm
BBID_KICK macro
dc.b 'KICK'
endm
BOOTSECTS equ 2
BBNAME_DOS equ 'DOS'<<8
BBNAME_KICK equ 'KICK'
ENDC