Changeset 113 in xtideuniversalbios for trunk/Assembly_Library/Inc


Ignore:
Timestamp:
Feb 23, 2011, 11:23:37 AM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Assembly Library:

  • ePUSHA now pushes SP.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Inc/Emulate.inc

    r111 r113  
    236236    push    dx
    237237    push    bx
    238     push    bx      ; SP before first push should be pushed here
     238    push    sp
    239239    push    bp
    240240    push    si
     
    263263    pop     si
    264264    pop     bp
    265     pop     bx      ; Skip SP
     265    pop     ax      ; Skip SP
    266266    pop     bx
    267267    pop     dx
Note: See TracChangeset for help on using the changeset viewer.