vaje1 resene

This commit is contained in:
aljazbrodar. 2025-10-25 12:27:56 +02:00
parent 480e0e84ce
commit 89d1888f75
13 changed files with 179 additions and 10 deletions

14
vaja2/osnove/test.asm Normal file
View 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