summaryrefslogtreecommitdiff
path: root/src/data/listing_0043_immediate_movs.txt
blob: fb362877c65a3028a1d367e8832105fbc3513546 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- test\listing_0043_immediate_movs execution ---
mov ax, 1 ; ax:0x0->0x1 
mov bx, 2 ; bx:0x0->0x2 
mov cx, 3 ; cx:0x0->0x3 
mov dx, 4 ; dx:0x0->0x4 
mov sp, 5 ; sp:0x0->0x5 
mov bp, 6 ; bp:0x0->0x6 
mov si, 7 ; si:0x0->0x7 
mov di, 8 ; di:0x0->0x8 

Final registers:
      ax: 0x0001 (1)
      bx: 0x0002 (2)
      cx: 0x0003 (3)
      dx: 0x0004 (4)
      sp: 0x0005 (5)
      bp: 0x0006 (6)
      si: 0x0007 (7)
      di: 0x0008 (8)