The feature to "Find All References" and "Code Folding"can't correctly work in x86 .asm files.
1)Find All References
Even a label(or symbol) exists and is called many times, but Zeus displays a message: The "xxx" tag was not found. "Go to Definition" exists the same problem.
e.g.,
Code: Select all
var1 dw 0
....
jb loop$z
add var1, eax
adc var1, 0
sub var2, eax
2)Code Folding
Zeus can't correctly recognize code-folding for the x86 .asm files,
e.g.,
Code: Select all
BEGIN:proc
END:endp
BEGIN:macro
END:endm
BEGIN:segment
END:ends
BEGIN:struct
END:ends