2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

Added definitions / examples

This commit is contained in:
Martin Thoma 2014-03-08 13:16:08 +01:00
parent 7a39159bdb
commit b74de7b8da
8 changed files with 86 additions and 3 deletions

View file

@ -0,0 +1,8 @@
org 100h
start:
mov ax, 5522h
mov cx, 1234h
xchg cx,ax
mov al, 0
mov ah,4Ch
int 21h