final hw push

This commit is contained in:
aljazbrodar. 2025-11-15 13:46:22 +01:00
parent 371cfddbde
commit 27b8de1bc2
36 changed files with 1018 additions and 6 deletions

14
ass1/vaje/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