mirror of
https://github.com/Ed94/perfaware.git
synced 2025-08-17 09:21:25 -07:00
Finished the first hw.
On to the second...
This commit is contained in:
13
part_1/tests/listing_0038_many_register_mov.out.asm
Normal file
13
part_1/tests/listing_0038_many_register_mov.out.asm
Normal file
@@ -0,0 +1,13 @@
|
||||
bits 16
|
||||
|
||||
mov CX, BX
|
||||
mov DH, CH
|
||||
mov DX, BX
|
||||
mov SI, BX
|
||||
mov BX, DI
|
||||
mov CL, DL
|
||||
mov DH, DH
|
||||
mov BX, AX
|
||||
mov BX, SI
|
||||
mov SP, DI
|
||||
mov BP, AX
|
Reference in New Issue
Block a user