diff --git a/Consts-defined-by-the-compiler.md b/Consts-defined-by-the-compiler.md index 19dd458..959c5df 100644 --- a/Consts-defined-by-the-compiler.md +++ b/Consts-defined-by-the-compiler.md @@ -32,7 +32,7 @@ when defined(Windows): * ``Haiku`` * ``VxWorks`` * ``JS`` -* ``NimrodVM`` +* ``NimrodVM`` (also see ``nimvm`` [here](https://nim-lang.org/docs/manual.html#statements-and-expressions-when-nimvm-statement)) * ``Standalone`` ### CPU Architectures: @@ -48,7 +48,7 @@ when defined(Windows): * ``mips`` * ``arm`` * ``js`` -* ``nimrodvm`` +* ``nimrodvm`` (also see ``nimvm`` [here](https://nim-lang.org/docs/manual.html#statements-and-expressions-when-nimvm-statement)) * ``avr``