Re: Use of asm blocks within Metrowerks...

2000-08-17 Thread Ronald Mercer
( void ) { move.l sp, a0 } DIAMOND JEFF [EMAIL PROTECTED] on 08/07/2000 09:02:54 PM Please respond to "Palm Developer Forum" [EMAIL PROTECTED] To: "Palm Developer Forum" [EMAIL PROTECTED] cc:(bcc: Ronald Mercer/Certicom) Subject: Use of asm blocks within Metr

Re: Use of asm blocks within Metrowerks...

2000-08-08 Thread Jun-Kiat Lam
Sorry, there isn't a way to include pure asm blocks inside CodeWarrior, at least not for Palm. Currently only function-level assembly is supported. That would be: asm void foo () { add.l d0, d1 rts } This is described in the Targeting Palm OS documentation. The rest of the

Re: Use of asm blocks within Metrowerks...

2000-08-08 Thread DIAMOND JEFF
Thanks!!! I found the section on assembler directives within TargetingPalmOS.pdf, and it's great! Thanks for the tip! - Jeff DIAMOND JEFF wrote: I have read through the Metrowerks documentation, and although there is much about pure assembler syntax (generically), and the disassembler in

Use of asm blocks within Metrowerks...

2000-08-07 Thread DIAMOND JEFF
I have read through the Metrowerks documentation, and although there is much about pure assembler syntax (generically), and the disassembler in Metrowerks demonstrates much in the way of 68K assembly syntax. But the one piece of information I haven't found or figured out is the syntax for