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:
Text File  |  1994-10-12  |  345 b   |  29 lines

  1.  IFND DEVICES_BOOTBLOCK_I
  2. DEVICES_BOOTBLOCK_I EQU 1
  3.  
  4.  IFND EXEC_TYPES_I
  5.  INCLUDE "exec/types.i"
  6.  ENDC
  7.  
  8.  RSRESET
  9. BB rs.b 0
  10. BB_ID rs.b 4
  11. BB_CHKSUM rs.l 1
  12. BB_DOSBLOCK rs.l 1
  13. BB_ENTRY rs.b 0
  14. BB_SIZE rs.b 0
  15.  
  16. BBID_DOS macro
  17.  dc.b 'DOS',0
  18.  endm
  19.  
  20. BBID_KICK macro
  21.  dc.b 'KICK'
  22.  endm
  23.  
  24. BOOTSECTS equ 2
  25. BBNAME_DOS equ 'DOS'<<8
  26. BBNAME_KICK equ 'KICK'
  27.  
  28.  ENDC
  29.