We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
who can tell me,how turn this word into keil c's word. think you!! ERR: CLR 0AFH MOV DPTR, #ERR1 PUSH DPH PUSH DPL RETI RETI ERR1: MOV DPTR, #READY1 PUSH DPH PUSH DPL RETI RETI
What is its purpose? Does it work? If it works, why not just use it? why convert it? If it doesn't work, why not just fix it? why convert it and risk introducing even more problems! In fact, it looks like this code is hacking the return address on the stack, or somesuch. You need to use assembler to do that stuff - it cannot be done in 'C'.