initial commit

This commit is contained in:
Jaka Furlan 2025-10-21 22:28:30 +02:00
commit 4219ee484f
7 changed files with 231 additions and 0 deletions

13
hello.asm Normal file
View file

@ -0,0 +1,13 @@
.koda
hello START 0
LDA n
LDB #9
MULR A, B
STA out
WD out
halt J halt
.podatki
n WORD 0x000002
out RESW 1
END hello