 | | Re: Programming in Assembly
|
|
(...) find the old documentation files is a bit tricky, it took me some time to figure them out. Anyway, take a look at: (URL) look at the product list. Regards, Michael (22 years ago, 16-Jul-03, to lugnet.robotics.rcx.legos)
|
|
 | | Programming in Assembly
|
|
I was interested in writing some assembly code for the lego mindstorm, I don't plan on writing an incredibly complex program though. I am learning asm for the z80 chip so I have a little experience. I only want a single threaded application with one (...) (22 years ago, 16-Jul-03, to lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
|
|
 | | Re: Modifying the BrickOS source code
|
|
Thanks Joe, it makes sense now and I understand it is something that is difficutl to explain esp, through a message board. Thanks for helping me out... Mike (22 years ago, 15-Jul-03, to lugnet.robotics.rcx.legos)
|
|
 | | Re: mlcad parts
|
|
(...) Your best bet for finding parts is on ldraw.org using the parts tracker. (...) Kevin (22 years ago, 15-Jul-03, to lugnet.robotics)
|
|
 | | Re: Modifying the BrickOS source code
|
|
Here is a visual representation: [ KERNEL ]mm_start[ HEAP ] The heap will contain ALL of the following: User Programs, User Allocated memory, Kernel allocated memory (not including static/global variables and constants). The only thing that is prior (...) (22 years ago, 15-Jul-03, to lugnet.robotics.rcx.legos)
|