From 454812a6471ac6ae888ef76b205c1099de30e37e Mon Sep 17 00:00:00 2001 From: "matthias@rpi" Date: Thu, 9 Nov 2023 12:09:06 +0100 Subject: [PATCH] add genlabel --- utility.h65 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utility.h65 b/utility.h65 index 768f3df..6a65530 100644 --- a/utility.h65 +++ b/utility.h65 @@ -20,7 +20,6 @@ INCLUDE_UTILITY = 1 eor original sta original .endmacro -.endif ;_n_genlabel .set 0 @@ -31,3 +30,5 @@ INCLUDE_UTILITY = 1 ; .ident(.sprintf("generated_label%04X", _n_genlabel)) ; _n_genlabel .set _n_genlabel + 1 ;.endmacro + +.endif