mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 07:31:32 +00:00
13 lines
147 B
ArmAsm
13 lines
147 B
ArmAsm
|
.toc
|
||
|
|
||
|
.macro deffun,type,name
|
||
|
.globl .\name
|
||
|
.csect .\name\()[PR]
|
||
|
.\name\():
|
||
|
nop
|
||
|
.endm
|
||
|
|
||
|
deffun .globl,b1
|
||
|
deffun .globl,b2
|
||
|
deffun .globl,b3
|