Skip to content
This repository has been archived by the owner on Nov 4, 2019. It is now read-only.

Regex won't consider OFFSET_<NAME> as an error #49

Open
Genarito opened this issue Jun 3, 2019 · 0 comments
Open

Regex won't consider OFFSET_<NAME> as an error #49

Genarito opened this issue Jun 3, 2019 · 0 comments

Comments

@Genarito
Copy link

Genarito commented Jun 3, 2019

This code shows no error, but It doesn't allow to run:

org 1000h
TABLA DB 1, 2, 3, 4, 5
FIN_TABLA DB ?

org 2000h
MOV CL, OFFSET FIN_TABLA - OFFSET_TABLA
hlt
end
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant