Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/08/02 14:55
Read: times


 
#34022 - RE: BASCOM-8051 Software
I dont use Basic in any form (Bascom or otherwise) but this should be okay
If I were you I'd download a Demo C compiler. Learning C will open doors for you.

xby is a xram command similar to poke (ie stuff a location with a value)
Pho mean print hex without formatting

so (ignoring Xram)

Dim x,y,z, as byte

do
x = 0
y = 1
z = 2
printhex x
printhex y
printhex z
loop

List of 6 messages in thread
TopicAuthorDate
BASCOM-8051 Software            01/01/70 00:00      
RE: BASCOM-8051 Software            01/01/70 00:00      
RE: BASCOM-8051 Software            01/01/70 00:00      
RE: BASCOM-8051 Software            01/01/70 00:00      
RE: BASCOM-8051 Software            01/01/70 00:00      
RE: BASCOM-8051 Software            01/01/70 00:00      

Back to Subject List