Suggest DEF when undefined macros look like definitions

This commit is contained in:
Rangi42
2025-08-23 21:40:51 -04:00
parent fcfc931867
commit 0d509aa65c
3 changed files with 51 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
section "test", rom0
constant equ 1
variable = 2
variable set 3
string equs "four"
byte rb 1
word rw 1
long rl 1