To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcx.nqcOpen lugnet.robotics.rcx.nqc in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / NQC / 1131 (-20)
  NQC 2.4 beta test
 
NQC 2.4 a1 is in beta test, at the usual place: (URL) some of the constant value restrictions on some operators, added an option for merged source/assembly listings, added the ternary operator, added variable names back into code listings. Dave Baum (23 years ago, 9-May-01, to lugnet.robotics.rcx.nqc)
 
  Re: NQC, what gives the fastest code ?
 
It has very little to do with C itself - its really a question of compiler optimization. NQC doesn't have any explicit optimization passes, and there is no data flow or variable lifetime analysis, so often the assembly will be a bit inefficient. (...) (23 years ago, 9-May-01, to lugnet.robotics.rcx.nqc)
 
  NQC, what gives the fastest code ?
 
hi All, I'm not a C-programmer, so maybe I'm asking a (very) stupid question. In searching for the fastest algoritme, I looked into the code generated by NQC (through RCXcc-orginal ;-)). I noticed that when you write your code in basic elementary 2 (...) (23 years ago, 8-May-01, to lugnet.robotics.rcx.nqc)
 
  Re: RCXCC or Visual NQC 2001?
 
"John Hansen" <JohnBinder@aol.com> wrote in message news:GCtr1y.Fvr@lugnet.com... (...) files (...) I don't know witch of the betas you tried but the only thing you mention above is that Edit menu dissapears, witch there is different opinion about. (...) (23 years ago, 8-May-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
(...) Scout support still has a long way to go in many ways, imho. A lot works but I still haven't implemented correct scout support in several of the dialogs. I've tried the command line option for Scout (/RCX=2) and it definitely works on my (...) (23 years ago, 7-May-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
John, Seems like support for the scout is pretty complete except for the target command line option when compiling a program. I have written some programs that compile clean using nqc, but generate syntax errors for Scout specific commands when (...) (23 years ago, 7-May-01, to lugnet.robotics.rcx.nqc)
 
  Re: RCXCC or Visual NQC 2001?
 
I have been using John Hansen's revised RCXCC for about a month now and I have to say I have been very pleased with it. I have been especially pleased at how amazingly responsive John has been in responding to my requests and bug reports. I just (...) (23 years ago, 5-May-01, to lugnet.robotics.rcx.nqc)
 
  Re: What are Opcodes for ...
 
(...) Actually either option will work. The lower case ell (-l) option is a deprecated option, but since I use it myself a lot (out of habit) is hasn't been removed from the source yet. The upper case variant is more powerful since you can (...) (23 years ago, 5-May-01, to lugnet.robotics.rcx.nqc)
 
  Re: RCXCC or Visual NQC 2001?
 
(...) Okay, that's a good idea ! I made (maybe too hidden) suggestions some time ago and didn't get any respons. For me that was the second time (besides some maybe too difficult questions) I didn't get a respons, the first time was when I directly (...) (23 years ago, 4-May-01, to lugnet.robotics.rcx.nqc)
 
  Re: RCXCC or Visual NQC 2001?
 
(...) I've tried nqcedit and it wasn't bad. Cut/Copy/Paste options are not functional. Replace is not functional. Closing all the document windows causes the Edit menu to disappear (which I dislike). It leaves *.log files in the directory. It's okay (...) (23 years ago, 4-May-01, to lugnet.robotics.rcx.nqc)
 
  Re: RCXcc by John H or RCXcc by Mark O. Was (Re: RCXCC or Visual NQC 2001?)
 
(...) You should be able to simply extract the files in the zip on my website into your RcxCC directory, replacing RcxCC.exe, the contents of the Default subdirectory, and creating a Help subdirectory containing Mark's old help file. Then run "RcxCC (...) (23 years ago, 4-May-01, to lugnet.robotics.rcx.nqc)
 
  Re: RCXCC or Visual NQC 2001?
 
(...) That's simply not true. I fully intend to release the source code to my revised version of RcxCC. When did I indicate otherwise? As you are probably aware, Mark didn't release his source code until he decided to no longer develop the software. (...) (23 years ago, 4-May-01, to lugnet.robotics.rcx.nqc)
 
  Re: RCXCC or Visual NQC 2001?
 
(...) No, it is a separate piece of software, available from the Pitsco-LEGO store, shown here: (URL) (23 years ago, 4-May-01, to lugnet.robotics.rcx.nqc)
 
  Re: RCXCC or Visual NQC 2001?
 
Have you tried NQCEdit? Test it and im sure you be happy about it. You can find it on (URL) or (URL) small (about 500kb) with many options and supports RCX, RCX2, CyberMaster and the Scout. Color options and textsize options. Best regard Martin (...) (23 years ago, 4-May-01, to lugnet.robotics.rcx.nqc)
 
  RCXcc by John H or RCXcc by Mark O. Was (Re: RCXCC or Visual NQC 2001?)
 
Can anyone tell me what's new in the RCXcc Version by John as oppose to the old RCXcc? Also in downloading the zip file from John's site and I suppose to replace my old RCXcc files with these? Thanks! Ahui Herrera (23 years ago, 4-May-01, to lugnet.robotics.rcx.nqc)
 
  Re: RCXCC or Visual NQC 2001?
 
I haven't tried Visual NQC, neither have I tried the new version of RCXcc of John Hansen. I'm still using the old Mark Overmars RCXcc and I'm quiet happy with it. The reason for not trying al those new ones is the long term expectations. Neither of (...) (23 years ago, 3-May-01, to lugnet.robotics.rcx.nqc)
 
  Re: What are Opcodes for ...
 
hi Dave, thanks, I forgot that information totally, I normally use the site of Kekoa, which is easier to access. By the way, I presume you mean option -L instead of -l ;-) (...) -- met vriendelijke groet, Stef Mientki email: s.mientki@ids.kun.nl (...) (23 years ago, 3-May-01, to lugnet.robotics.rcx.nqc)
 
  Re: What are Opcodes for ...
 
There's a good document in the Lego SDK that explains all of the opcodes. If you want to see which opcodes particular NQC instructions are using, just generate a code listing with the -l option. Then refer to the Lego documentation for the format of (...) (23 years ago, 3-May-01, to lugnet.robotics.rcx.nqc)
 
  Re: RCXCC or Visual NQC 2001?
 
(...) I'm currently updating/modifying/developing RcxCC and plan on doing so for a very long time to come. If you haven't tried my revised version you should definitely do so. (URL) in the middle of some major revisions that I think will be of (...) (23 years ago, 3-May-01, to lugnet.robotics.rcx.nqc)
 
  What are Opcodes for ...
 
hi All, (specially Dave) I'm building a realtime graphical viewer ,like Michael Gasperi's Mr. Sensor, but with more possibilities (see (URL) goal is to get an 100 Hz througput from RCX to PC. At this moment I've reached 40 Hz, and the main (...) (23 years ago, 3-May-01, to lugnet.robotics.rcx.nqc)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR