diff options
Diffstat (limited to 'examples/instructions.s')
| -rw-r--r-- | examples/instructions.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/instructions.s b/examples/instructions.s index 5379657..d3a7fab 100644 --- a/examples/instructions.s +++ b/examples/instructions.s @@ -2,7 +2,7 @@ add x5, x6, x7 sub x10, x11, x12 and x1, x2, x3 -sll x8, x9, x10o +sll x8, x9, x10 # I-Type addi x5, x6, 10 |
