Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
John P. Willis
ilxi
Commits
530c7ad5
Commit
530c7ad5
authored
May 10, 2016
by
John P. Willis
Browse files
Update markdown
parent
486c0651
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
README.md
README.md
+4
-3
No files found.
README.md
View file @
530c7ad5
...
...
@@ -13,8 +13,9 @@ The ILXI memory model consists of non-overlapping, 64Kb pages. Up to
The maximum amount of memory accessible in ILXI is 4096MB.
Addresses are in the form of
<page>
:
<offset>
, where
<page>
is typically
one of the page registers CP, DP, EP, or SP.
Addresses are in the form of page:offset, where page is typically
one of the page registers CP, DP, EP, or SP, and offset is the number of
bytes from the beginning of the page by which the address is offset.
###Data Types
...
...
@@ -47,7 +48,7 @@ EC (Error Code), ES (Error Severity), and FL (Flags).
###Flags
The FL register is used to represent the present status of thirteen
distinct flags. They are summarized as follows
distinct flags. They are summarized as follows
:
| Flag | Size (bits) | Meaning |
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment