mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-14 13:51:42 +00:00
Suggest DEF when undefined macros look like definitions
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user