 | | Re: signals / legOS internals
|
|
(...) Yes, that is correct. As for passing parameters to a function, they are simply pushed onto the stack before the function call. Therefore, the H8 stack usually looks something like e.g. this: function param sp+10 function param sp+8 return (...) (27 years ago, 23-Jun-99, to lugnet.robotics.rcx.legos)
|
| |
 | | Re: I love my Akro-Mils Portable Organizers (was Re: Rolykits)
|
|
David, It sounds like u r a discriminating user. I have not yet tried any of the storage kits plugged on this mailing list, & so have no real opinion. Michael Aaron (...) (27 years ago, 23-Jun-99, to lugnet.robotics)
|
| |
 | | Re: Curved walls
|
|
Curved walls may also be built with 2x4 brick and 2x2 bricks, with 1x2 bricks added to give more stability. You kunk the 2x4 bricks with the 2x2s, but connect to opposite corners on the 2x2s. The 1x2 bricks can go on one side of the 2x4s. It does (...) (27 years ago, 22-Jun-99, to lugnet.build)
|
| |
 | | Re: Jar Jar will probably be back
|
|
(...) <Dragonelf1@aol.com> wrote: (...) Palpatine and his (...) attack on Naboo was (...) Trade (...) Yoda) think (...) in the open, (...) the very end, (...) of the Sith, in (...) Ah, Terry you shoulda said "Yoda-speak seem I to be using" :) Ryan (27 years ago, 23-Jun-99, to lugnet.starwars)
|
| |
 | | Re: Mailing out of US....
|
|
Yeah, what a crazy rule. I only put an extra address slip in there, incase the mailing label on the box gets messed up. I don't include an invoice type note in foreign orders, since I check "gift" on the customs slip.(Even though I feel like the (...) (27 years ago, 23-Jun-99, to lugnet.market.shipping)
|
| |
 | | Has anyone...treasury?
|
|
Hello to all. I was doing some anal retentive level sorting lately, and found that I had quite a bit of LEGO money (coins, 7 silver bricks, 1x2 $100 tiles, and assorted gems and crystals). I decided to put them together in one place, and constucted (...) (27 years ago, 22-Jun-99, to lugnet.general)
|
| |
 | | Re: Mailing out of US....
|
|
You also might be asked whether there's a letter in the package. If you can avoid it, don't put a personal letter in what you're shipping as it will increase the price. A invoice-type letter is no extra charge, but the moment you ask them how they (...) (27 years ago, 23-Jun-99, to lugnet.market.shipping)
|
| |
 | | Re: signals / legOS internals
|
|
(...) I may have answered my own question here. Since the SP is adjusted before anything is actually done with the local variables, the rule about it always pointing to the last valid datum is not violated even if local variables are placed after (...) (27 years ago, 23-Jun-99, to lugnet.robotics.rcx.legos)
|
| |
 | | Re: Jar Jar will probably be back
|
|
(...) Menace the Trade Feds might be, but phantoms they are not. Out in the open, they are. (1) And the attack was a ploy on Palpatines part, for sure. And at the very end, all seems well with the Republic, except for the phantom menace of the Sith, (...) (27 years ago, 23-Jun-99, to lugnet.starwars)
|
| |
 | | Re: A lurkers opinion (formerly: Re: 2 Things...)
|
|
(...) I like it! I like it a lot better! Now if you could attach the message titles to the little blue squares and make a bigger mousing target I'd be completely happy. Well actually, while you're at it there is one more small thing, and someone (...) (27 years ago, 23-Jun-99, to lugnet.general)
|
| |
 | | Re: Fallingwater
|
|
(...) Thanks! (...) Does anyone have some idea of why this is happening? It's very annoying... (...) Wow! Just for one page?!? I know you've won several Cool LEGO Site of the Week awards, but my model isn't quite the same scale as one of your (...) (27 years ago, 23-Jun-99, to lugnet.general, lugnet.build, lugnet.publish)
|
| |
 | | Re: Babylon 5 Lego
|
|
(...) This same topic came up over in rec.toys.lego. In respose I created a temporary page with some pictures of my first attempt at a Starfury. It's appropriate that the discussion is in lugnet.starwars since my version is built basically from the (...) (27 years ago, 23-Jun-99, to lugnet.starwars)
|
| |
 | | I love my Akro-Mils Portable Organizers (was Re: Rolykits)
|
|
Those Akro-Mils Parts Storage are !!The Best!! IMHO for Technics bits. I bought mine at Frye's in California. I have three, one of each size. The lid storage is great for little bits such as pegs, bushings and other tiny parts. The rounded bottoms (...) (27 years ago, 23-Jun-99, to lugnet.robotics)
|
| |
 | | Re: using nqc for first time
|
|
The traces confirm a couple of things: 1) Normally the IR tower will "echo" all data that it sends (just a side effect of the LED blasting out the light and the phototransistor picking it up). In your case there are a significant amount of bit (...) (27 years ago, 23-Jun-99, to lugnet.robotics)
|
| |
 | | Re: Fest week of 21st?
|
|
(...) Well, I'm still available Wed and Thurs if anyone else is planning something. -- David A. Karr (karr@shore.net) (27 years ago, 23-Jun-99, to lugnet.loc.us.ma.bos)
|
| |
 | | Re: [MOC] Baja Unlimited Class Truck
|
|
(...) Thanks for the info, Ralph. I do have an Apple Quicktake 150, but the output of it sucks. (Moral: don't be an early adopter of technology) One of these days, I will get a good digital camera. -- Terry K -- (27 years ago, 23-Jun-99, to lugnet.build)
|
| |
 | | Re: signals / legOS internals
|
|
(...) I may have down and up reversed, since different machines grow the stack upward or downward, and I've worked with a few. I do have push and pop clear in my mind, though. So, yeah, down. So, by the "always" rule, nothing will ever be below the (...) (27 years ago, 23-Jun-99, to lugnet.robotics.rcx.legos)
|
| |
 | | Re: [MOC] Baja Unlimited Class Truck
|
|
(...) NO, I had not noticed that. Thanks for pointing out something new to chaff my anal-retentive nerve. :-P -- Terry K -- (27 years ago, 23-Jun-99, to lugnet.build)
|
| |
 | | Re: signals / legOS internals
|
|
(...) When you define a bunch of local variables (more than fit in available registers), where are they? Unless you happen to know the answer, I may have to do some more experimenting. Admittedly, it has been awhile, but the last time I was heavy (...) (27 years ago, 23-Jun-99, to lugnet.robotics.rcx.legos)
|
| |
 | | Printable Parts Catalog availiable
|
|
No, I am NOT releasing it before the next update actually exists, I just finaly got around to including 99-03 and 04. With 05 nearly upon us, I might recommend you wait for me to get that integrated. (27 years ago, 23-Jun-99, to lugnet.cad)
|