OpenCores
URL https://opencores.org/ocsvn/thor/thor/trunk

Subversion Repositories thor

[/] [thor/] [trunk/] [software/] [c64libc/] [source/] [Thor/] [getCPU.c] - Rev 22

Compare with Previous | Blame | View Log

// Return the which CPU is active.
 
naked int getCPU()
{
     asm {
         cpuid r1,r0,#0
         rts
     };
}
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.