VirtualBox

Ignore:
Timestamp:
Mar 3, 2011 1:48:16 PM (14 years ago)
Author:
vboxsync
Message:

rem: Re-synced to svn://svn.savannah.nongnu.org/qemu/trunk@5495 (repo UUID c046a42c-6fe2-441c-8c8c-71466251a162).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/tests/test-i386-vm86.S

    r1 r36140  
    1515        es movw $GET_OFFSET(int90_test), 0x90 * 4
    1616        es movw %cs, 0x90 * 4 + 2
    17        
     17
    1818        /* launch int 0x90 */
    1919
     
    2525        int $0x21
    2626
    27         pushf 
     27        pushf
    2828        popw %dx
    2929        movb $0xff, %ah
     
    3131
    3232        cli
    33         pushf 
     33        pushf
    3434        popw %dx
    3535        movb $0xff, %ah
    3636        int $0x21
    3737
    38         sti       
    39         pushfl 
     38        sti
     39        pushfl
    4040        popl %edx
    4141        movb $0xff, %ah
    4242        int $0x21
    43        
     43
    4444#if 0
    4545        movw $GET_OFFSET(IF_msg1), %dx
     
    5555#endif
    5656
    57         pushf 
     57        pushf
    5858        popw %dx
    5959        movb $0xff, %ah
    6060        int $0x21
    61        
     61
    6262        pushfl
    6363        movw %sp, %bx
     
    7474
    7575int90_test:
    76         pushf 
     76        pushf
    7777        pop %dx
    7878        movb $0xff, %ah
     
    8383        movb $0xff, %ah
    8484        int $0x21
    85        
     85
    8686        movw $GET_OFFSET(int90_msg), %dx
    8787        movb $0x09, %ah
    8888        int $0x21
    8989        iret
    90                    
     90
    9191int90_msg:
    9292        .string "INT90 started\n$"
    93  
     93
    9494hello_world:
    9595        .string "Hello VM86 world\n$"
     
    102102
    103103vm86_code_end:
    104        
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette