This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

disasemble programme using IDA tool,DB section SYNTAX ERROR

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

0