vonsim icon indicating copy to clipboard operation
vonsim copied to clipboard

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

Open Genarito opened this issue 5 years ago • 0 comments

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

Genarito avatar Jun 03 '19 17:06 Genarito