a0, a1 vorbereitet
This commit is contained in:
parent
0a36a1ef0e
commit
8f8e86737b
7
a0.asm
Normal file
7
a0.asm
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
org 100h
|
||||||
|
cpu 8086
|
||||||
|
|
||||||
|
START: mov al, 8
|
||||||
|
mov bl, 20
|
||||||
|
add al, bl
|
||||||
|
jmp START
|
Loading…
x
Reference in New Issue
Block a user