Changeset 106 in xtideuniversalbios for trunk/Assembly_Library/Src/Util
- Timestamp:
- Feb 17, 2011, 3:11:31 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Util/Registers.asm
r105 r106 27 27 ;-------------------------------------------------------------------- 28 28 ; Registers_CopySSBPtoESDI 29 ; Registers_CopySSBPtoDSSI (uncommented to save bytes)30 ; Registers_CopyDSSItoESDI (uncommented to save bytes)31 ; Registers_CopyESDItoDSSI (uncommented to save bytes)29 ; Registers_CopySSBPtoDSSI 30 ; Registers_CopyDSSItoESDI 31 ; Registers_CopyESDItoDSSI 32 32 ; Parameters 33 33 ; Nothing … … 42 42 ret 43 43 44 ;ALIGN JUMP_ALIGN 45 ;Registers_CopySSBPtoDSSI: 46 ; COPY_SSBP_TO_DSSI 47 ; ret 44 %ifdef INCLUDE_MENU_DIALOGS 48 45 49 ;ALIGN JUMP_ALIGN50 ;Registers_CopyDSSItoESDI:51 ; COPY_DSSI_TO_ESDI52 ;ret46 ALIGN JUMP_ALIGN 47 Registers_CopySSBPtoDSSI: 48 COPY_SSBP_TO_DSSI 49 ret 53 50 54 ;ALIGN JUMP_ALIGN 55 ;Registers_CopyESDItoDSSI: 56 ; COPY_ESDI_to_DSSI 57 ; ret 51 ALIGN JUMP_ALIGN 52 Registers_CopyDSSItoESDI: 53 COPY_DSSI_TO_ESDI 54 ret 55 56 ALIGN JUMP_ALIGN 57 Registers_CopyESDItoDSSI: 58 COPY_ESDI_to_DSSI 59 ret 60 61 %endif 58 62 59 63 60 64 ;-------------------------------------------------------------------- 61 ; Registers_SetZFifNullPointerInDSSI ( uncommented to save bytes)65 ; Registers_SetZFifNullPointerInDSSI (commented to save bytes) 62 66 ; Parameters 63 67 ; DS:SI: Far pointer
Note:
See TracChangeset
for help on using the changeset viewer.