Header: kernel.H
Syntax:
extern int _kernel_osbyte
(
int op,
int x,
int y
);
Purpose: Performs an OS_Byte operation. If there is no error the result integer contains 0x00CCYYXX where CC=1 if carry was set, and XX and YY correspond to R1 and R2 respectively.
|
|
|