mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-25 22:38:04 +02:00
8 lines
No EOL
104 B
NASM
8 lines
No EOL
104 B
NASM
org 100h
|
|
start:
|
|
mov ax, 5522h
|
|
mov cx, 1234h
|
|
xchg cx,ax
|
|
mov al, 0
|
|
mov ah,4Ch
|
|
int 21h |