When define memory space with .DS and use some equ definitions, but you make spelling mistakes like this: ```asm aaa equ 20 .ds 3*aa ``` asmsx says ``` CODE.ASM, line 3: memory overflow ``` I would expect to read ``` CODE.ASM, line 3: undefined identifier ```
When define memory space with .DS and use some equ definitions, but you make spelling mistakes like this:
asmsx says
I would expect to read