| | BricxCC release 3.3.4.2
|
|
I've just released a new version of BricxCC. This release add support for downloading non-standard firmwares (such as pbForth). I've also added support for several languages other than NQC with user customizable syntax highlighting. These languages (...) (23 years ago, 7-Mar-02, to lugnet.robotics.rcx)
|
|
| | Re: ForthPad v0.9
|
|
I'm re-posting this message at the lugnet.robotics.rcx level in case anyone missed it. I've put together a stand-alone application which I am calling ForthPad. It is a Windows executable which should run on any version of Windows from 95 on up. It (...) (23 years ago, 6-Mar-02, to lugnet.robotics.rcx)
|
|
| | RE: h8/300 16-bit multiply
|
|
(...) <snipped code...> Are you sure that it works for signed numbers :-) (...) If you like, I can give you some notes on how my Forth was developed. I'm using a simple pseudo-assembler that lets me port this Forth to a new processor in less than a (...) (23 years ago, 4-Mar-02, to lugnet.robotics.rcx)
|
|
| | Re: h8/300 16-bit multiply
|
|
Thanks. I have a version just 2 words longer that doesn't use the ROM code. Basically it's the ROM's code, trimmed down after assuming high words are zero initially. It's completely untested though, so there may be a bug. CODE UM* \ 16x16=32 (...) (23 years ago, 4-Mar-02, to lugnet.robotics.rcx)
|
|
| | RE: h8/300 16-bit multiply
|
|
(...) The easiest thing is to cast your 16 bit values to 32 bits and use the built-in 32x32 multiply... Here's the code from pbForth that does it. (It's written in a pseudo- assebler, but you can probably figure it out...) #---...--- # UM* UM* ( u1 (...) (23 years ago, 4-Mar-02, to lugnet.robotics.rcx)
|
|
| | Re: pbrick.dll
|
|
(...) spirit.ocx (...) as for the spirit.ocx? (...) comes in the (...) Hi, I don't know about pbrick.dll, but Lego finally made the RIS2 SDK available. Besides a linkable API dll ("Ghost") it also contains a COM server with functionality similar to (...) (23 years ago, 1-Mar-02, to lugnet.robotics.rcx)
|
|
| | h8/300 16-bit multiply
|
|
I'm trying to implement a 16bit multiply that leaves a 32bit result on the H8/300. The RCX ROM includes 16x16=16 and 32x32=32 multiplication routines, but not the intermediate step. Any hints or pointers? (it should be straightforward, but my eyes (...) (23 years ago, 27-Feb-02, to lugnet.robotics.rcx)
|
|
| | pbrick.dll
|
|
Hi everyone, I found this replacement controller of the spirit.ocx Does anyone know if there is any documentation for pbrick.dll?Or is it the same as for the spirit.ocx? Another question:Does the pbrick.dll support the USB tower that comes in the (...) (23 years ago, 27-Feb-02, to lugnet.robotics.rcx)
|
|
| | Re: Power to RCX
|
|
Hi every one, Thanks for all your help on my previous inquiery. My other idea is, to power my newly acquired Scout with a Solar panel. The Solar panel (car battery saver) is 12V at ~70mA; which I intend to connect a Voltage converter (ready made (...) (23 years ago, 27-Feb-02, to lugnet.robotics.rcx)
|
|
| | Re: Java Mindstorms API
|
|
Hi Keith, (...) on the site I saw: To build an equivalent system for on-board ML programming of the RCX using the Lejos operating system Great project, finally there will be a decent programming language for the RCX ;-) Should better get going with (...) (23 years ago, 26-Feb-02, to lugnet.robotics.rcx.java, lugnet.robotics.rcx)
|