Re: debugging msp430
- From: "larwe" <zwsdotcom@xxxxxxxxx>
- Date: 31 Aug 2006 06:40:39 -0700
Juergen wrote:
myresult_t DoSomething(portSHORT command, portSHORT* status);
The ABI uses registers for at least the first parameter, maybe the
first couple of parameters (I forget... it's been a while). What is the
_caller_ code generated for:
void myfunc(uint16_t a, uint16_t b, uint16_t c)
{
}
void main(void)
{
myfunc(0x1234,0x5678,0xabcd);
}
.
- References:
- debugging msp430
- From: Juergen
- debugging msp430
- Prev by Date: Re: 8051 C Compiler
- Next by Date: Re: A new Software method
- Previous by thread: debugging msp430
- Next by thread: function call
- Index(es):
Relevant Pages
|