Verify that there aren't too many OAM constants

Fixes #1062
This commit is contained in:
Rangi
2023-08-15 19:45:33 -04:00
parent df05357a4d
commit 9c0ef02d4b
3 changed files with 8 additions and 0 deletions

View File

@@ -36,3 +36,5 @@ ENDM
MACRO oamdelete
db oamdelete_command
ENDM
DEF FIRST_OAM_CMD EQU LOW(const_value + 1)