home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Assembler / wst!oma3.lha / OMA / Include / devices / bootblock.i < prev    next >
Encoding:
Text File  |  1994-12-23  |  553 b   |  30 lines

  1.     IFND    DEVICES_BOOTBLOCK_I
  2. DEVICES_BOOTBLOCK_I    EQU    1
  3. *    $Filename: devices/bootblock.i $
  4. *    $Release: 2.04 Includes, V37.4 $
  5. *    $Revision: 36.6 $
  6. *    $Date: 90/11/05 $
  7. *    floppy BootBlock definition
  8. *    (C) Copyright 1985-1991 Commodore-Amiga, Inc.
  9. *        All Rights Reserved
  10.     IFND    EXEC_TYPES_I
  11.     INCLUDE    "exec/types.i"
  12.     ENDC
  13.     RSRESET
  14. BB    rs.b    0
  15. BB_ID    rs.b    4
  16. BB_CHKSUM    rs    2
  17. BB_DOSBLOCK    rs    2
  18. BB_ENTRY    rs.b    0
  19. BB_SIZE    rs.b    0
  20. BOOTSECTS    EQU    2
  21. BBID_DOS    macro
  22.     dc.b    'DOS',0
  23.     endm
  24. BBID_KICK    macro
  25.     dc.b    'KICK'
  26.     endm
  27. BBNAME_DOS    EQU    $444F5300
  28. BBNAME_KICK    EQU    $4B49434B
  29.     ENDC
  30.