|
 | | Re: External power supply ?
|
| (...) Right. But that's not what I was asking or suggesting. The idea was...elave the RCX2.0 as is on batteries. Run some other devices off of whatever power source, but control that power source via program logic from the RCX. The RCX could run (...) (22 years ago, 20-Jan-04, to lugnet.robotics)
| |  | | Re: BrickOS Assembler
|
| (...) Oh, I see. That's nifty. So a 'volatile' keyword ensures that it's reloaded every time? (...) Which doc is this? The only ones I have are the BrickOS command reference (it's a shorter HTML one), and the software manual from Hitachi. (...) (...) (22 years ago, 20-Jan-04, to lugnet.robotics.rcx.legos)
| |  | | Re: how to get vision command update for win XP and win 2000
|
| (...) Hello, I found this on the internet: (URL) it helps, Ruth (22 years ago, 20-Jan-04, to lugnet.robotics.vc)
| |  | | Re: BrickOS Assembler
|
| (...) Glad to help! (...) However, it *does* work for bytes... See the program below. In your example program, you declared the "total" variable as an unsigned short (which is a 16-bit word), but accessed it using an 8-bit move instruction. Instead, (...) (22 years ago, 20-Jan-04, to lugnet.robotics.rcx.legos)
| |  | | Re: BrickOS Assembler
|
| (...) PERFECT. That was exactly what I was looking for. Clearly, the @_variablename method only works for words and not bytes. This had been my problem. Thanks very much. And thanks to everyone else who contributed too... I'm just a sucker for the (...) (22 years ago, 19-Jan-04, to lugnet.robotics.rcx.legos)
| |