Local labels in emu8086

227 views Asked by At

until now I have been using DOSBox and TASM to compile, link and run my 8086 code. Whenever I wanted to use local labels I would have just added LABELS @@ at the start of each code file and used @@Label_Name. Now I want to change into emu8086. It should be compatible with TASM as their documeantation says, however, emu8086 doesn't understand LABELS @@ directive and I have no other way to allow local variables.

0

There are 0 answers