dear sir; i use " c51.exe file.c SRC "for compile c source to assembly(file.a51). then "A51.exe file.a51" for convert to object code . but this produre is wrong. please help me
You can output ASM files from the compiler. you can not create a HEX file for the asm files. With what asembler? Why does it fail. How are you asembling and linking? How far could you get with "It does not work".