Adding markdown relative links

This commit is contained in:
Carl-Henrik Skårstedt 2020-01-11 13:04:00 -08:00
parent e3fa7b0c83
commit 5cec8f8309
3 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ is the same as
REPT 8 { dc.b 1<<rept }
Some directives change behavior based on command line options, such as -endm, -xrefimp, -kickasm and -merlin.
Some directives change behavior based on [command line options](command_line_options.md), such as -endm, -xrefimp, -kickasm and -merlin.
## CPU, PROCESSOR

View File

@ -1,6 +1,6 @@
# x65macro.i
This is a file under macros and is intended as an example to look at for understanding macro features, it is not super tested for correctness. This information is included in the header file itself but to ease reading copied here. The macros folder also has more detailed documentation.
This is a file under macros and is intended as an example to look at for understanding macro features, it is not super tested for correctness. This information is included in the header file itself but to ease reading copied here. The macros folder also has [more detailed documentation](../macros/README.MD).
## Suffix definition

View File

@ -37,12 +37,12 @@ result.
## Command Line Options
See [command_line_options.md]
See [Command Line Options](command_line_options.md)
## Directives
See [directives.md]
See [Directives](directives.md)
## Macro examples
See [macro_samples.md]
See [Macro Samples](macro_samples.md)