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
a57808fb
Commit
a57808fb
authored
May 10, 2016
by
John P. Willis
Browse files
Update markdown
parent
135a6b44
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
92 additions
and
0 deletions
+92
-0
README.md
README.md
+92
-0
No files found.
README.md
View file @
a57808fb
...
...
@@ -85,6 +85,98 @@ Instructions (ICALL, SCALL, and LCALL) are provided for calling subroutines.
The RET family of instructions (IRET, SRET, and LRET) are provided to clean
up the stack and return.
##Addressing Modes
###Immediate
###Register-Direct
###Memory-Direct
###Register-Direct + Displacement
###Memory-Direct + Displacement
###Register-Indirect
###Memory-Indirect
###Register-Indirect + Displacement
###Memory-Indirect + Displacement
##Instruction Set
###COPY
###CPSZ
###ADD
###SUB
###MUL
###DIV
###SHL
###SHR
###OR
###NOT
###AND
###XOR
###EQV
###CMP
###CMPSZ
###CNS
###CSN
###BRANCH
###BEQ
###BNE
###BZ
###BLT
###BGT
###SCALL
###LCALL
###ICALL
###SRET
###LRET
###IRET
###PUSH
###POP
###IN
###OUT
###NOP
###HLT
##ILXI Interactive Commands
...
...
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