Commit e0908d6b by Jessica Hawkwell

Fixing links

1 parent 502e0839
Pipeline #218 passed
in 17 seconds
Showing with 3 additions and 2 deletions
# K Architecture
_Short for "Kitty"_ :smiley_cat:
The K architecture features a 16-bit CPU with 16-bit memory addressing, and a 32-bit math co-processor.
The instruction set is relatively simple, for details, see [Writing Kasm](doc/kasm/writing.md).
The instruction set is relatively simple, for details, see [Writing Kasm](doc/kasm/writing.md). For information on how
to use the Kasm assembler, see [Kasm Documentation](doc/kasm)
# Building the Emulator
......
......@@ -67,4 +67,4 @@ This command will compile the source files in the specified order and write out
# Writing Kasm Programs
Writing Kasm programs is a fairly involved process, as assembly language(s) generally are. For information on writing
Kasm programs, see [Writing Kasm](writing.md)
Kasm programs, see [Writing Kasm](doc/kasm/writing.md)
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!