Compiler BUG
1) I typed this command
serin rb.0,baud,x,200
and the compiler accepted it although I forget to add the label where the program should goto
and it never quit waiting
2)I typed this command
serin rb.0,baud,x,tm_out,ext
and I never had·tm_out in my variables defination (undefined value)
and the compiler did not complain!
3)I typed this command
serout rb.0,baud,x+y
and the compiler accepted it without error and it never send the correct value. it sends x value only
note: I'm usnig the·compiler latest version 1.51.03
Post Edited (SamTheMan) : 6/14/2007 10:52:17 AM GMT
serin rb.0,baud,x,200
and the compiler accepted it although I forget to add the label where the program should goto
and it never quit waiting
2)I typed this command
serin rb.0,baud,x,tm_out,ext
and I never had·tm_out in my variables defination (undefined value)
and the compiler did not complain!
3)I typed this command
serout rb.0,baud,x+y
and the compiler accepted it without error and it never send the correct value. it sends x value only
note: I'm usnig the·compiler latest version 1.51.03
Post Edited (SamTheMan) : 6/14/2007 10:52:17 AM GMT
Comments
· Thanks for the tips, I'll check out these problem and fix them for the next release.
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
“The United States is a nation of laws -· poorly written and randomly enforced.” - Frank Zappa
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
www.hittconsulting.com
Post Edited (Bean (Hitt Consulting)) : 6/14/2007 11:46:08 AM GMT