final hw push
This commit is contained in:
parent
371cfddbde
commit
27b8de1bc2
36 changed files with 1018 additions and 6 deletions
11
ass1/vaje/osnove/primer.asm
Normal file
11
ass1/vaje/osnove/primer.asm
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
primer START 0
|
||||
. kaj naredi naslednji programček?
|
||||
first LDA #42
|
||||
ADD x
|
||||
STA x
|
||||
. kaj dela naslednji ukaz
|
||||
halt J halt
|
||||
. podatki
|
||||
x WORD 22
|
||||
END first
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue