Using dirb and outb registers in PropBasic
Hi All,
I use dirb and outb in spin like 1bit memory for do
boolean relations, for example:
"outb(1):=dirb(0) & dirb(1)"
Could I do the same in PropBasic? How?
Regards,
Jaume Nogues
Barcelona
Spain
Post Edited (jnogues) : 4/10/2010 7:32:51 PM GMT
I use dirb and outb in spin like 1bit memory for do
boolean relations, for example:
"outb(1):=dirb(0) & dirb(1)"
Could I do the same in PropBasic? How?
Regards,
Jaume Nogues
Barcelona
Spain
Post Edited (jnogues) : 4/10/2010 7:32:51 PM GMT
Comments
Bean
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Use BASIC on the Propeller with the speed of assembly language.
PropBASIC thread http://forums.parallax.com/showthread.php?p=867134
March 2010 Nuts and Volts article·http://www.parallax.com/Portals/0/Downloads/docs/cols/nv/prop/col/nvp5.pdf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
There are two rules in life:
· 1) Never divulge all information
Jaume