Local labels in TASM: Symbol already defined
问题 I want to use local labels in my procedures to prevent the use of prefixes for common labels in my program. I tried using local labels (@@). According to my book, "The life of a local label extends only forward and back to the next nonlocal label". However, when I try to compile the file, the following error message is returned: Turbo Assembler Version 3.1 Copyright (c) 1988, 1992 Borland International Assembling file: test.ASM **Error** test.ASM(20) Symbol already defined elsewhere: @@EXIT *