Changeset 40721 in vbox for trunk/src/VBox/Devices/PC/BIOS-new/orgs.asm
- Timestamp:
- Mar 30, 2012 10:02:19 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS-new/orgs.asm
r39913 r40721 767 767 push es 768 768 push ds 769 ;; TODO: the caller already pushed flags (INT instruction)??770 pushf771 769 pusha 772 770 … … 780 778 call _int16_function 781 779 popa 782 popf783 780 pop ds 784 781 pop es 785 jz int16_zero_set786 787 ;; TODO: Could use SP directly here (386+)788 int16_zero_clear:789 push bp790 mov bp, sp791 and byte ptr [bp+6], 0BFh792 pop bp793 iret794 795 int16_zero_set:796 push bp797 mov bp, sp798 or byte ptr [bp+6], 040h799 pop bp800 782 iret 801 783 … … 823 805 call _int16_function 824 806 popa 825 popf826 807 pop ds 827 808 pop es 828 ; TODO: review/enable? 809 ; TODO: review/enable? If so, flags should be restored here? 829 810 if 0 830 811 push ax
Note:
See TracChangeset
for help on using the changeset viewer.