yuv422 / z80editor

Z80 eclipse editor targeting WLA-DX assembler
GNU General Public License v2.0
9 stars 1 forks source link

.orga directive in combination with constants are shown as errors #2

Open pwolf23 opened 7 years ago

pwolf23 commented 7 years ago

First of all: Good stuff! I haven't taken an in depth look at the project yet, but it seems to promise so much more compared to ConText.

The problem: I have code like this:

    .define FrameIntrAdr            $0038
    .orga FrameIntrAdr

This is shown as an error in the editor, even though it shouldn't.