Changeset 30 for trunk/INCLUDE/ASM.INC
- Timestamp:
- May 6, 2011, 4:25:19 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/INCLUDE/ASM.INC
r29 r30 36 36 37 37 ; Shortcuts for pointer-types 38 bptr equ byte ptr 39 wptr equ word ptr 40 dptr equ dword ptr 41 qptr equ qword ptr 42 tptr equ tbyte ptr 38 bptr equ byte ptr 39 wptr equ word ptr 40 dptr equ dword ptr 41 qptr equ qword ptr 42 tptr equ tbyte ptr 43 44 45 sector_size equ 512 46 image_size_60secs equ 7800h 47 image_size_62secs equ 7c00h 48 49 ;image_size equ image_size_60secs 50 image_size equ image_size_62secs 51 52 sector_count equ image_size / sector_size ; Image size in sectors 53 54 IF image_size EQ image_size_60secs 55 partition_count equ 30 ; Maximum number of partitions supported 56 ELSE 57 partition_count equ 45 ; Maximum number of partitions supported 58 ENDIF
Note:
See TracChangeset
for help on using the changeset viewer.