Implemented register to register instructions
This commit is contained in:
parent
31845dbc48
commit
4fc1935183
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