Edited by project168, 03 April 2011 - 07:28 AM.
3 replies to this topic
#1
Posted 27 March 2011 - 09:39 AM
Is there a program which provides this compiling method?
|
|
|
#2
Posted 28 March 2011 - 01:33 PM
Read from Rcv_Byte, and if it's '?' (0x3F) then jump to an alternate state where you wait for the next incoming byte. If that's 'f' (0x66) then clear the LCD screen, otherwise handle it a different way, e.g. throwing an error or something.
sudo rm -rf /
#3
Posted 28 March 2011 - 06:35 PM
dargueta said:
Read from Rcv_Byte, and if it's '?' (0x3F) then jump to an alternate state where you wait for the next incoming byte. If that's 'f' (0x66) then clear the LCD screen, otherwise handle it a different way, e.g. throwing an error or something.
How would I write that? Can you show me how I would implement what you said the coding?
I am novice with assembly coding but if you can help me that would be great.
#4
Posted 28 March 2011 - 08:25 PM
Considering you wrote all of that code above, I should be asking you that question.
sudo rm -rf /
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









