MCPcopy Create free account
hub / github.com/TASEmulators/fceux / isRegister

Function isRegister

src/conddebug.cpp:137–140  ·  view source on GitHub ↗

Determines if a character is a register

Source from the content-addressed store, hash-verified

135
136// Determines if a character is a register
137static int isRegister(char c)
138{
139 return c == 'A' || c == 'X' || c == 'Y' || c == 'P' || c == 'S';
140}
141
142// Determines if a character is for PC bank
143static int isPCBank(char c)

Callers 1

PrimitiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected