|
 | | spyutils.nqh
|
| I have attached to the end of this message the spyutils.nqh file I've been compiling. It's not got a lot in there yet, just the routines defined as "utility" in the Lego Spybotics ROM SDK plus the SendRCXMessage. I'm aiming toward this file being (...) (22 years ago, 17-Jan-03, to lugnet.robotics.spybotics, lugnet.robotics.rcx.nqc, lugnet.robotics)
| |  | | Re: Spybotics to RCX message
|
| Just erased 3 lines of reply now that I've remembered my basic assembly stuff ... boy it's been a while. Yes, that sounds like the right thing to do. Just curious, I haven't installed the Mindstorms SDK since I try to minimize what all I've (...) (22 years ago, 16-Jan-03, to lugnet.robotics.spybotics)
| |  | | Re: Spybotics to RCX message
|
| Hey cool, Mark, this is really going to be useful! I've noticed that when MindScript generates a call to the SendRCXMessage subroutine, it always pops the calling parameters off the stack. For example, this MindScript code: SendRCXMessage(5) (...) (22 years ago, 15-Jan-03, to lugnet.robotics.spybotics)
| |  | | Spybotics to RCX message
|
| The following NQC code will define a routine to send a message to the RCX or Scout: // Sends an RCX PBMessage to RCX or Scout // nMessage = 1 - 255 __nolist void SendRCXMessage (const int nMessage) { asm { 0xe3, &nMessage }; asm { 0x17, 37 }; } I'm (...) (22 years ago, 15-Jan-03, to lugnet.robotics.spybotics)
| |  | | Re: Spybots missoins (was Re: Packaging!)
|
| (...) Mark is correct. I would be happy to begin a Spybotics Mission Trading Area on BimP. I am a fan and would love to see what types of missions could be created by the community. To begin, I think we need to provide mission objectives, mission (...) (22 years ago, 13-Jan-03, to lugnet.robotics.spybotics, lugnet.lego)
| |