This website requires JavaScript.
Explore
Help
Register
Sign In
ruby-x
/
rubyx
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
master
rubyx
/
test
/
risc
/
interpreter
/
calling
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Delete Directory
History
rubydesign
4bae5c418b
fix register use in putstring
...
was off by one, the syscall is write and the first arg is file_descriptor ie 1 == stdout
2020-03-26 11:24:56 +02:00
..
test_alloc.rb
move message to stack_pointer
2020-03-22 14:31:43 +02:00
test_div10.rb
fix mod and tests
2020-03-22 14:31:43 +02:00
test_get_byte.rb
fix stray misc in slot
2020-03-22 14:31:43 +02:00
test_minus.rb
bunch of side effects fixed
2020-03-22 15:56:57 +02:00
test_mod.rb
move message to stack_pointer
2020-03-22 14:31:43 +02:00
test_mult.rb
move message to stack_pointer
2020-03-22 14:31:43 +02:00
test_plus.rb
move message to stack_pointer
2020-03-22 14:31:43 +02:00
test_puts.rb
fix register use in putstring
2020-03-26 11:24:56 +02:00
test_set_byte.rb
fix putstring and puts
2020-03-22 14:31:43 +02:00