.eric.
2002.06.12, 02:38 AM
hi
Is it possible to integrate assembler inline instructions in project builder ?
If it's possible, what is the syntax ?
I code with cw pro 3 and try to migrate to project builder.
under codewarrior inline is quite simple
asm void function(void)
{
li r3,5
li r4,6
sub r5,r5,r5
add r5,r3,r4
blr
}
but how can I do this under project builder
TIA
.eric.
Is it possible to integrate assembler inline instructions in project builder ?
If it's possible, what is the syntax ?
I code with cw pro 3 and try to migrate to project builder.
under codewarrior inline is quite simple
asm void function(void)
{
li r3,5
li r4,6
sub r5,r5,r5
add r5,r3,r4
blr
}
but how can I do this under project builder
TIA
.eric.