mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-22 11:12:07 +00:00
Suggest DEF when undefined macros look like definitions
This commit is contained in:
8
test/asm/suggest-def.asm
Normal file
8
test/asm/suggest-def.asm
Normal 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
|
||||
Reference in New Issue
Block a user