vonsim
vonsim copied to clipboard
Regex won't consider OFFSET_<NAME> as an error
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