URL
https://opencores.org/ocsvn/thor/thor/trunk
Subversion Repositories thor
[/] [thor/] [trunk/] [software/] [c64libc/] [source/] [Thor/] [outh.c] - Rev 37
Go to most recent revision | Compare with Previous | Blame | View Log
void outh(unsigned int port, int value) { asm { lw r1,32[bp] lw r2,40[bp] sh r2,zs:[r1] } }
Go to most recent revision | Compare with Previous | Blame | View Log