From efaff2fb68eaeee10d09933ab22de7e41a5c29ac Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Sat, 16 Dec 2023 12:23:05 +0100 Subject: [PATCH] Added doc as to why a8 will not emit overflow warnings --- include/ulas.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/ulas.h b/include/ulas.h index d286d0a..aa4dfc4 100644 --- a/include/ulas.h +++ b/include/ulas.h @@ -433,6 +433,8 @@ enum ulas_asmregs { enum ulas_asmspetok { ULAS_E8 = -1, ULAS_E16 = -2, + // A8 is like E8, but it will not emit an overflow warning + // because it is commont to pass a 16-bit label as a value ULAS_A8 = -3, ULAS_DATZERO = 0xFF00 }; -- 2.30.2