SecondReality/TWIST/KOE.ASM
2017-09-24 01:45:36 +02:00

6 lines
No EOL
50 B
NASM

.MODEL Large
.CODE
mov es:[di+1234h],ax
END