Changeset 322 in xtideuniversalbios for trunk/Assembly_Library/Inc
- Timestamp:
- Mar 11, 2012, 4:17:46 PM (13 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Inc/Registers.inc
r154 r322 6 6 struc INTPACK 7 7 %ifdef USE_386 8 .gs resb 29 .fs resb 28 ; .gs resb 2 9 ; .fs resb 2 10 10 %endif 11 11 .es resb 2 … … 60 60 push es 61 61 %ifdef USE_386 62 push fs63 push gs62 ; push fs 63 ; push gs 64 64 %endif 65 65 mov bp, sp … … 77 77 %macro RESTORE_INTPACK_FROM_SSBP 0 78 78 %ifdef USE_386 79 pop gs80 pop fs79 ; pop gs 80 ; pop fs 81 81 %endif 82 82 pop es … … 103 103 push es 104 104 %ifdef USE_386 105 push fs106 push gs105 ; push fs 106 ; push gs 107 107 %endif 108 108 sub sp, BYTE %1 … … 123 123 add sp, BYTE %1 124 124 %ifdef USE_386 125 pop gs126 pop fs125 ; pop gs 126 ; pop fs 127 127 %endif 128 128 pop es
Note:
See TracChangeset
for help on using the changeset viewer.