Commit 97c7f8b
committed
cmd/7a: make RET an alias to ARETURN in the assembler
Note that RET still becomes ARETURN, not ARET. This means we lose
the ability to write a literal return instruction from assembly,
but that's okay, we never need to do that.
Fixes golang#28
Change-Id: I5733bbb16d98585cb7309314965750e58042a7a41 parent afb618e commit 97c7f8b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
470 | 470 | | |
471 | 471 | | |
472 | 472 | | |
473 | | - | |
| 473 | + | |
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
| |||
0 commit comments