Skip to content
  • John and Tina Peterson's avatar
    SYS_WRITE0 fix · 9f17b30f
    John and Tina Peterson authored
    Problem is, trying to print "Hello, world!\n" just prints endless H's, because r1 is never incremented.
    
    One way to fix it would be to add a "++" after "r1".
    9f17b30f