Changeset 50 in xtideuniversalbios for trunk/Assembly_Library/Inc/Emulate.inc
- Timestamp:
- Oct 9, 2010, 5:47:26 PM (15 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Inc/Emulate.inc
r41 r50 2 2 ; Project name : Emulation library 3 3 ; Created date : 21.10.2009 4 ; Last update : 29.7.20104 ; Last update : 9.10.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Macros for emulating later x86 instruction with older … … 318 318 sub sp, %1 319 319 mov bp, sp 320 ;eENTER %1, 0321 ;sub bp, %1 ; SS:BP now points to struct322 320 %endmacro 323 321 … … 334 332 add sp, %1 335 333 pop bp 336 ;add bp, %1 ; Restore BP to what it was after eENTER337 ;eLEAVE338 334 %endmacro 339 335
Note:
See TracChangeset
for help on using the changeset viewer.