Implemented register to register instructions
This commit is contained in:
parent
1c27f0cad2
commit
a9d43a8716
11 changed files with 171 additions and 16 deletions
|
@ -3,9 +3,8 @@ main() {
|
|||
}
|
||||
|
||||
hello() {
|
||||
one := 1
|
||||
write := one
|
||||
stdout := one
|
||||
write := 1
|
||||
stdout := 1
|
||||
address := 4194305
|
||||
length := 3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue