mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-23 15:32:26 +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
|