Changeset 36140 in vbox for trunk/src/recompiler/tests/test-i386-vm86.S
- Timestamp:
- Mar 3, 2011 1:48:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/tests/test-i386-vm86.S
r1 r36140 15 15 es movw $GET_OFFSET(int90_test), 0x90 * 4 16 16 es movw %cs, 0x90 * 4 + 2 17 17 18 18 /* launch int 0x90 */ 19 19 … … 25 25 int $0x21 26 26 27 pushf 27 pushf 28 28 popw %dx 29 29 movb $0xff, %ah … … 31 31 32 32 cli 33 pushf 33 pushf 34 34 popw %dx 35 35 movb $0xff, %ah 36 36 int $0x21 37 37 38 sti 39 pushfl 38 sti 39 pushfl 40 40 popl %edx 41 41 movb $0xff, %ah 42 42 int $0x21 43 43 44 44 #if 0 45 45 movw $GET_OFFSET(IF_msg1), %dx … … 55 55 #endif 56 56 57 pushf 57 pushf 58 58 popw %dx 59 59 movb $0xff, %ah 60 60 int $0x21 61 61 62 62 pushfl 63 63 movw %sp, %bx … … 74 74 75 75 int90_test: 76 pushf 76 pushf 77 77 pop %dx 78 78 movb $0xff, %ah … … 83 83 movb $0xff, %ah 84 84 int $0x21 85 85 86 86 movw $GET_OFFSET(int90_msg), %dx 87 87 movb $0x09, %ah 88 88 int $0x21 89 89 iret 90 90 91 91 int90_msg: 92 92 .string "INT90 started\n$" 93 93 94 94 hello_world: 95 95 .string "Hello VM86 world\n$" … … 102 102 103 103 vm86_code_end: 104
Note:
See TracChangeset
for help on using the changeset viewer.