Skip to content

Commit 2e76f2f

Browse files
fix some docs things
Signed-off-by: mateoconlechuga <matthewwaltzis@gmail.com>
1 parent d88db7b commit 2e76f2f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/static/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Windows
5252

5353
Get `MinGW <https://osdn.net/projects/mingw/>`_.
5454
The only required pacakges are `mingw32-base` and `mingw32-gcc-g++`.
55-
Make sure the ``MinGW\\bin`` directory is in the system's PATH environment variable.
55+
Make sure the ``MinGW\bin`` directory is in the system's PATH environment variable.
5656

5757
Get the `ez80 LLVM compiler <https://github.com/jacobly0/llvm-project/wiki>`_.
5858
Make sure that ``ez80-clang.exe`` and ``ez80-link.exe`` are reachable by the system's PATH environment variable.
@@ -75,6 +75,6 @@ Build and install the toolchain:
7575
mingw32-make -j
7676
mingw32-make install -j
7777
78-
By default, the toolchain is installed into the root (``C:\\CEdev``) directory.
78+
By default, the toolchain is installed into the root (``C:\CEdev``) directory.
7979

8080
This is configurable with :code:`mingw32-make install PREFIX=[LOCATION]`

docs/static/faq.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ Now, fasmg will execute in user mode under QEMU, allowing it to successfully com
5454
5555
FASMG = qemu-x86_64 $(call NATIVEPATH,$(BIN)/fasmg)
5656
57-
Linking Assembly Source Files
58-
-----------------------------
57+
My code used to compile?!
58+
-------------------------
5959

60-
See :ref:`asm`.
60+
But now the linker says :code:`Error: variable term used where not expected`.
61+
You probably have assembly code that was not placed in a linker section, see :ref:`Assembly Constants <asm>`.
6162

62-
My assembly code used to compile, but now the linker says :code:`Error: variable term used where not expected.`!
63-
-----------------------------------------------------------------------------------------------------------------
64-
65-
You probably have assembly code that was not placed in a linker section, see :ref:` <asm-consts>`.
63+
But now I get a bunch of warnings and errors.
64+
The LLVM compiler being used is able to catch many more coding issues than the previous ZDS compiler.
65+
These are real issues should be resolved.

0 commit comments

Comments
 (0)