fix a typo in the book
FossilOrigin-Name: 7d4088c22a31dc5280ab401307047f4940153d0b1b428e43226a75eaf744f08f
This commit is contained in:
parent
c2e1b3f932
commit
d182fdfbe3
2 changed files with 0 additions and 4 deletions
|
@ -2631,8 +2631,6 @@ is an example of a small program in it:
|
||||||
lit 35
|
lit 35
|
||||||
lit &square
|
lit &square
|
||||||
call
|
call
|
||||||
lit &square
|
|
||||||
call
|
|
||||||
end
|
end
|
||||||
|
|
||||||
The other assembler is Muri. This is a far more minimalistic
|
The other assembler is Muri. This is a far more minimalistic
|
||||||
|
|
|
@ -55,8 +55,6 @@ is an example of a small program in it:
|
||||||
lit 35
|
lit 35
|
||||||
lit &square
|
lit &square
|
||||||
call
|
call
|
||||||
lit &square
|
|
||||||
call
|
|
||||||
end
|
end
|
||||||
|
|
||||||
The other assembler is Muri. This is a far more minimalistic
|
The other assembler is Muri. This is a far more minimalistic
|
||||||
|
|
Loading…
Reference in a new issue