README.md

This commit is contained in:
redcode
2018-10-30 19:28:43 +01:00
parent 48eda011c5
commit 32b6f56fdd

View File

@@ -76,7 +76,7 @@ zusize z80_run(Z80 *object, zusize cycles);
**Return value**
The number of cycles executed.
**Discusion**
**Discusion**
Given the fact that one Z80 instruction needs between 4 and 23 cycles to be executed, it is not always possible to run the CPU the exact number of cycles specfified.
### `z80_nmi`