URL
https://opencores.org/ocsvn/thor/thor/trunk
Subversion Repositories thor
[/] [thor/] [trunk/] [software/] [c64libc/] [source/] [Thor/] [getCPU.c] - Rev 33
Go to most recent revision | Compare with Previous | Blame | View Log
// Return the which CPU is active. naked int getCPU() { asm { cpuid r1,r0,#0 rts }; }
Go to most recent revision | Compare with Previous | Blame | View Log