README.md

This commit is contained in:
redcode
2018-11-03 02:22:09 +01:00
parent a3573de9d7
commit cc1590d1b0

View File

@@ -82,7 +82,7 @@ ZZ80State state;
**Description**
CPU registers and internal bits.
**Details**
It contains the values of the registers, as well as the interruption flip-flops, variables related to interruptions and other necessary flags. This is what a debugger should use as data source.
It contains the state of the registers, as well as the interruption flip-flops, variables related to interruptions and other necessary flags. This is what a debugger should use as data source.
<br>
```C
Z16Bit xy;