summaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorGravatar Andrew Waterman <waterman@cs.berkeley.edu>2015-03-12 23:07:23 -0700
committerGravatar Andrew Waterman <waterman@cs.berkeley.edu>2015-03-12 23:07:23 -0700
commit4ae1384438363dc00617ea73078fad8f31ee4865 (patch)
tree778c3583eb9ac3e9cdd8dbe581cb6ecd51bb229e /opcodes
parent07ad8b661d3938f3152478569affd563751435e6 (diff)
Add hcall instruction
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes1
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes b/opcodes
index de4cc01..98e4a79 100644
--- a/opcodes
+++ b/opcodes
@@ -117,6 +117,7 @@ scall 11..7=0 19..15=0 31..20=0x000 14..12=0 6..2=0x1C 1..0=3
sbreak 11..7=0 19..15=0 31..20=0x001 14..12=0 6..2=0x1C 1..0=3
sret 11..7=0 19..15=0 31..20=0x102 14..12=0 6..2=0x1C 1..0=3
sfence.vm 11..7=0 rs1 31..20=0x104 14..12=0 6..2=0x1C 1..0=3
+hcall 11..7=0 19..15=0 31..20=0x100 14..12=0 6..2=0x1C 1..0=3
mcall 11..7=0 19..15=0 31..20=0x200 14..12=0 6..2=0x1C 1..0=3
mret 11..7=0 19..15=0 31..20=0x302 14..12=0 6..2=0x1C 1..0=3
mrts 11..7=0 19..15=0 31..20=0x309 14..12=0 6..2=0x1C 1..0=3