mirror of
https://github.com/ksherlock/x65.git
synced 2024-12-28 04:31:46 +00:00
Adding markdown relative links
This commit is contained in:
parent
bc364a6a3d
commit
2736f9be48
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
Loading…
Reference in New Issue
Block a user