Upload
This commit is contained in:
commit
43352ff262
1291 changed files with 220976 additions and 0 deletions
10
VISU/KOE.ASM
Normal file
10
VISU/KOE.ASM
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
.MODEL LARGE
|
||||
.386
|
||||
.CODE
|
||||
|
||||
mov eax,ds:[si+1111h]
|
||||
add si,4
|
||||
mov es:[di],eax
|
||||
add di,4000h
|
||||
|
||||
END
|
||||
Loading…
Reference in a new issue