Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Jessica Hawkwell
/
kcpu
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
2
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit e0908d6b
authored
Oct 04, 2017
by
Jessica Hawkwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing links
1 parent
502e0839
Pipeline
#218
passed
in 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
README.md
doc/kasm/README.md
README.md
View file @
e0908d6
# 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
...
...
doc/kasm/README.md
View file @
e0908d6
...
...
@@ -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
)
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment