diff options
Diffstat (limited to 'examples/hello_world.subv')
| -rw-r--r-- | examples/hello_world.subv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hello_world.subv b/examples/hello_world.subv index 84ad0b2..d25aa83 100644 --- a/examples/hello_world.subv +++ b/examples/hello_world.subv @@ -17,7 +17,7 @@ loop: print: # load 0x10000000 (UART0) into t0 - 37/lui 5/rd/t0 0x10000/imm20 + 37/lui 5/rd/t0 10000/imm20 print:loop: # load unsigned byte at a0 03/load 6/rd/t1 4/width/bu a/rs/a0 0/imm12 |
