Skip to content

Memory overflow instead Undefined identifier error message #62

@jamque

Description

@jamque

When define memory space with .DS and use some equ definitions, but you make spelling mistakes like this:

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

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions