„a0.asm“ löschen

This commit is contained in:
Johannes Theiner 2018-10-25 07:32:13 +00:00
parent 44a382990b
commit 415be61769
1 changed files with 0 additions and 7 deletions

7
a0.asm
View File

@ -1,7 +0,0 @@
org 100h
cpu 8086
START: mov al, 8
mov bl, 20
add al, bl
jmp START