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.lst Normal file
View file

@ -0,0 +1,14 @@
00000 PRG START 0
00000 010009 LDA #bytes_len
00003 250003 DIV #3
00006 030009 LDA bytes_len
00009 3F2FFD HALT J HALT
0000C END PRG
0000C 000001 tab WORD 1
0000F 000002 WORD 2
00012 000003 WORD 3
00015 test EQU *
00015 bytes_len EQU test-tab
00015 000001 tab2 WORD 1