0
0
Fork 0
mirror of https://git.sr.ht/~rabbits/uxn synced 2024-11-22 22:05:11 +00:00

Skipped reporting of device label values.

This commit is contained in:
Andrew Alderwick 2021-10-07 21:18:25 +01:00
parent 4d6fc06778
commit 0f9b03e0cb

View file

@ -128,6 +128,10 @@
DUP2 ,asma-print-labels JSR
( here )
DUP2 #0004 ADD2
LDAk LIT 'A LTH ,&loop JCN
LDAk LIT 'Z GTH ,&loop JCN
POP2
,&skip-device-label JMP
&loop
DUP2 INC2 SWP2 LDA
DUP #00 EQU ,&end JCN
@ -141,6 +145,7 @@
( subtree )
#0002 ADD2 ;asma-print-sublabels JSR2
&skip-device-label
( right node )
#0002 ADD2 ,asma-print-labels JSR
JMP2r