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.
Hi All
In Keil C51 version 4
if (a<= 240) will get follow asm code
MOV A,R7 SETB C SUBB A,#0F0H
JNC ?C0001
In Keil C51 Version 5 will get follow asm code
MOV A,R7 SETB C SUBB A,#0F0H MOV A,#080H SUBB A,#080H JNC ?C0001
Why add those two line asm code??
MOV A,#080HSUBB A,#080H
Sorry , my poor english ^^"""
Thanks a lot
FYR
M8051Ask said:C51 version 4
M8051Ask said:C51 Version 5
What's with all the ancient history?
Current version is 9.6 !!