mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 03:52:59 +00:00
8 lines
114 B
ArmAsm
8 lines
114 B
ArmAsm
* Just BEQs to an external symbol, with some padding.
|
|
.text
|
|
.global bza
|
|
bza:
|
|
SET $253,2
|
|
BZ $234,a
|
|
SET $253,3
|