Commit efc2fc08 by Jessica Hawkwell

Update writing.md; Fixing badly formed links #2

1 parent ec5f7c86
Pipeline #221 passed
in 14 seconds
Showing with 2 additions and 2 deletions
# Writing Kasm
The Kcpu instruction set is fairly simple, but that's not what this document covers. For the full instruction set,
see (Kcpu Instruction Set)[doc/kcpu/opcodes.md]. This document covers the syntax, aliases, and special keywords
recognized by the (Kasm assembler)[doc/kasm/README.md].
see [Kcpu Instruction Set](doc/kcpu/opcodes.md). This document covers the syntax, aliases, and special keywords
recognized by the [Kasm assembler](doc/kasm/README.md).
## Basic Structure
The basic structure for every operation consists of the instruction, followed by up to four optional arguments.
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!