Implementing built-in functions for I/O

Jim Wilson wilson@tuliptree.org
Mon May 5 17:28:00 GMT 2008


Mohamed Shafi wrote:
> short k;
> __OUT(port no) = k;
> So hoe can i do that.

Make __OUT take two parameters.
__OUT(port no, k);

Jim



More information about the Gcc mailing list