initial commit
This commit is contained in:
commit
4219ee484f
7 changed files with 231 additions and 0 deletions
13
hello.asm
Normal file
13
hello.asm
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue