SphinX
Advanced Member level 3
keil inline assembly
Hi,
How can i insert asm instructions inside the keil code ?
for example
I want to make simple function STORE
void STORE(char);
this function do the next
mov a,#b1
mov @R0,a
which i pass b1 value to this function
Thanks
Hi,
How can i insert asm instructions inside the keil code ?
for example
I want to make simple function STORE
void STORE(char);
this function do the next
mov a,#b1
mov @R0,a
which i pass b1 value to this function
Thanks