|
In lugnet.robotics.rcx.legos, Michael Purvis wrote:
> In lugnet.robotics.rcx.legos, Iain McInnes wrote:
> > 1) Pass the variable to a function - the first function argument seems to be r0.
>
> I need to access elements of a 2d array. I don't think this is an option for
> that. Nevertheless, could you post code that demonstrates this?
>
> > You can easily experiment with this by inspecting the assembler output from gcc.
>
> How do I do that?
I recommend compiling with the -gstabs+ option (by modifying the makefile).
After your .lx file is generated use "h8300-hms-objdump --disassemble-all
--source > my.lst" to get a disassembled file with the C source intermixed.into
the file my.lst
Kevin
|
|
Message is in Reply To:
| | Re: BrickOS Assembler
|
| (...) I need to access elements of a 2d array. I don't think this is an option for that. Nevertheless, could you post code that demonstrates this? (...) How do I do that? (...) ??? (...) Hmm... this sounds more like what I'm trying to do. Someone? (...) (21 years ago, 18-Jan-04, to lugnet.robotics.rcx.legos)
|
11 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|