bus (feat): add cycle accuracy
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -49,4 +49,7 @@ add(uint32_t a, uint32_t b, bool& carry, bool& overflow, bool c = 0);
|
||||
|
||||
uint32_t
|
||||
sbc(uint32_t a, uint32_t b, bool& carry, bool& overflow, bool c);
|
||||
|
||||
uint8_t
|
||||
multiplier_array_cycles(uint32_t x, bool zeroes_only = false);
|
||||
}
|
||||
|
Reference in New Issue
Block a user