vaje1 resene
This commit is contained in:
parent
480e0e84ce
commit
89d1888f75
13 changed files with 179 additions and 10 deletions
14
vaja2/osnove/test.asm
Normal file
14
vaja2/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