uncomment genlabel

This commit is contained in:
Matthias@Dell 2023-12-12 14:44:19 +01:00
parent 8b8a94e2e7
commit bd79feba64

View File

@ -27,10 +27,10 @@ INCLUDE_UTILITY = 1
;;******************************************************************************** ;;********************************************************************************
;; @macro Generate a unique label ;; @macro Generate a unique label
;;******************************************************************************** ;;********************************************************************************
;.macro genlabel .macro genlabel
; .ident(.sprintf("generated_label%04X", _n_genlabel)) .ident(.sprintf("generated_label%04X", _n_genlabel))
; _n_genlabel .set _n_genlabel + 1 _n_genlabel .set _n_genlabel + 1
;.endmacro .endmacro
;;******************************************************************************** ;;********************************************************************************
;; @macro Export labels with a prefix ;; @macro Export labels with a prefix