First assigment done (w/o writing to file)
This commit is contained in:
parent
9663ec3fdc
commit
53463a5c6d
8 changed files with 129 additions and 0 deletions
13
1-1/listing-38.asm
Normal file
13
1-1/listing-38.asm
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
bits 16
|
||||
|
||||
mov cx, bx
|
||||
mov ch, ah
|
||||
mov dx, bx
|
||||
mov si, bx
|
||||
mov bx, di
|
||||
mov al, cl
|
||||
mov ch, ch
|
||||
mov bx, ax
|
||||
mov bx, si
|
||||
mov sp, di
|
||||
mov bp, ax
|
||||
Loading…
Add table
Add a link
Reference in a new issue