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

Function isFlag

src/conddebug.cpp:131–134  ·  view source on GitHub ↗

Determines if a character is a flag

Source from the content-addressed store, hash-verified

129
130// Determines if a character is a flag
131static int isFlag(char c)
132{
133 return c == 'N' || c == 'I' || c == 'C' || c == 'V' || c == 'Z' || c == 'B' || c == 'U' || c == 'D';
134}
135
136// Determines if a character is a register
137static int isRegister(char c)

Callers 1

PrimitiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected