mirror of
https://github.com/cc65/cc65.git
synced 2025-01-08 20:31:31 +00:00
7 lines
93 B
C
7 lines
93 B
C
#include <rp6502.h>
|
|
|
|
int __fastcall__ phi2 (void)
|
|
{
|
|
return ria_call_int (RIA_OP_PHI2);
|
|
}
|