In my disasemble programme which is decoded from a *.dat using IDA tool,section there is one line in the DB section transformed into anotation,that is,in keil IDE it has the same color with the annotation line begin whith semicolon,why?and it be thought SYNTAX ERROR by KEIL.The first and last line is this,I'm very luck to get your help,thaks a lot. db 26h ; & db 20h ; db 65h ; e db 5Ch ; \ db 36h ; 6
I trust you have a legitimate reason to be doing all this disassembly... Do the ampersand ('&') and/or backslash ('\') have any special meaning for the Keil assembler? Have you checked the your disassembler files are free of spurious nonprinting characters, have correct line terminators, etc? Is it the same problem as this: http://www.keil.com/forum/docs/thread5685.asp
I am grateful to you for helping me.Thanks a lot!Now it seems that I have found the thread of the problem,for the errors such as A73,A74,A42,A6 and A1 in my disasembler file seems has relationship with each other.