You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build the implementation of the bug affecting the Zilog Z80 NMOS, which causes the P/V flag to be reset when a maskable interrupt is accepted during the execution of the `ld a,{i|r}` instructions.
481
+
Build the implementation of the bug affecting the Zilog Z80 NMOS, which causes the P/V flag to be reset when a maskable interrupt is accepted during the execution of the <code>ld a,{i|r}</code> instructions.
482
482
The default is `NO`.
483
483
484
484
Package maintainers are encouraged to use at least the following options for the shared library:
@@ -547,7 +547,7 @@ Once you have built the package, type the following to run all tests:
547
547
./test-Z80 -p depot/firmware -p depot/software/POSIX -p "depot/software/ZX Spectrum" -a
548
548
```
549
549
550
-
The tool supports options and can run the tests individually (type `./test-Z80 -h` for help). If you prefer to run all tests through [CTest](https://cmake.org/cmake/help/latest/manual/ctest.1.html), use this command:
550
+
The tool supports options and can run the tests individually (type <code>./test-Z80 -h</code> for help). If you prefer to run all tests through [CTest](https://cmake.org/cmake/help/latest/manual/ctest.1.html), use this command:
@@ -636,7 +636,7 @@ The source code of the emulator can be configured at compile time by predefining
636
636
This macro is required if you are building `Z80.c` as a static library, compiling it directly as a part of your project, or linking your program against the static version of the Z80 library. In either of these cases, make sure this macro is defined before including `"Z80.h"` or `<Z80.h>`.
Tells `Z80.c` to `#include"Z80.h"` instead of `<Z80.h>`.
639
+
Tells `Z80.c` to <code>#include "Z80.h"</code> instead of `<Z80.h>`.
640
640
641
641
The optional features of the emulator mentioned in "[Installation from sources](#installation-from-sources)" are disabled by default. If you compile `Z80.c` as a part of your project, enable those features you need by predefining their respective activation macros. They have the same name as their [CMake equivalents](#cmake_package_source_code_options):
642
642
@@ -705,7 +705,7 @@ Many thanks to the following individuals (in alphabetical order):
705
705
***Conway, Simon (BadBeard)**
706
706
* For validating the _"Z80 Test Suite"_ on several Z80 clones. <sup>[14](#r14)</sup>
707
707
***Cooke, Simon** <sup>:trophy:</sup>
708
-
* For discovering how the `out(c),0` instruction behaves on the Zilog Z80 CMOS. <sup>[15](#r15)</sup>
708
+
* For discovering how the <code>out (c),0</code> instruction behaves on the Zilog Z80 CMOS. <sup>[15](#r15)</sup>
709
709
***Cringle, Frank D.**
710
710
* For writing the _"Z80 Instruction Set Exerciser"_. <sup>[16](#r16)</sup>
0 commit comments