Changeset 370 in xtideuniversalbios for trunk/Assembly_Library/Src/Util
- Timestamp:
- Mar 29, 2012, 4:40:50 PM (13 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Util/Registers.asm
r222 r370 69 69 ; Corrupts registers: 70 70 ; AX, CX 71 ; 72 ; Inline of NORMALIZE_FAR_POINTER so that we can share the last 2/3 of the 71 ; 72 ; Inline of NORMALIZE_FAR_POINTER so that we can share the last 2/3 of the 73 73 ; routine with Registers_NormalizeFinish. 74 ; 74 ; 75 75 ;-------------------------------------------------------------------- 76 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS 76 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS OR EXCLUDE_FROM_XTIDECFG 77 77 ALIGN JUMP_ALIGN 78 78 Registers_NormalizeESSI: … … 87 87 ;;; fall-through 88 88 89 ALIGN JUMP_ALIGN 90 Registers_NormalizeFinish: 89 ALIGN JUMP_ALIGN 90 Registers_NormalizeFinish: 91 91 eSHR_IM cx, 4 92 92 mov ax, es
Note:
See TracChangeset
for help on using the changeset viewer.