| | Re: Programming, NQC and the RCX
|
| (...) 32 variables??????? That's all???? i need more! How do I get room for more variables??? If not, oh well, must modify and have *sloppy* code :( Dave (23 years ago, 10-Jan-02, to lugnet.org.ca.rtltoronto)
| | | | Re: Programming, NQC and the RCX
|
| (...) the (...) Well RCX 2.0 firmware give you 32 global+16 local variables, according to NQC docs. LegOS should give you a lot more freedom in memory usage, but I haven't try that yet. For the X project, I plan to use bit manipulation to store all (...) (23 years ago, 10-Jan-02, to lugnet.org.ca.rtltoronto)
| | | | Re: Programming, NQC and the RCX
|
| The only way I now around these limitations is to use an alternate firmware. LegOS is a true c environment instead of being "not quite c" LeJOS is full featured Java VM. Both of these give you full control over memory usage, so the number of (...) (23 years ago, 10-Jan-02, to lugnet.org.ca.rtltoronto)
| |