This commit is contained in:
redcode
2022-08-26 02:27:49 +02:00
parent 8c650635e1
commit a3766d044d
2 changed files with 2 additions and 2 deletions

2
README
View File

@@ -48,7 +48,7 @@ when accuracy is imperative.
Instruction-level granularity means that, except in a few well-defined cases,
the execution of a given instruction cannot stop until all its internal M-cycles
are completed. In addition, this kind of emulation has been optimized for speed,
which implies that pertinent registers are modified only once per instruction
which implies that any pertinent register is modified only once per instruction
and the T-state counter is updated only after a whole instruction is executed.
That said, instructions, flags, memory accesses, interrupt and reset responses,