From: Lukas Krickl Date: Sat, 16 Dec 2023 11:23:05 +0000 (+0100) Subject: Added doc as to why a8 will not emit overflow warnings X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=efaff2fb68eaeee10d09933ab22de7e41a5c29ac;p=ulas%2F.git Added doc as to why a8 will not emit overflow warnings --- 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 };