final hw push
This commit is contained in:
parent
371cfddbde
commit
27b8de1bc2
36 changed files with 1018 additions and 6 deletions
14
ass1/vaje/osnove/test.asm
Normal file
14
ass1/vaje/osnove/test.asm
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
PRG START 0
|
||||
LDA #bytes_len
|
||||
DIV #3
|
||||
LDA bytes_len
|
||||
HALT J HALT
|
||||
END PRG
|
||||
|
||||
|
||||
tab WORD 1
|
||||
WORD 2
|
||||
WORD 3
|
||||
test EQU *
|
||||
bytes_len EQU test - tab
|
||||
tab2 WORD 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue