e782e76944
functionality). Currently working on memory allocation (not yet finished).
7 lines
86 B
ArmAsm
7 lines
86 B
ArmAsm
.sect .text
|
|
.extern __findproc
|
|
.define _findproc
|
|
.align 2
|
|
|
|
_findproc:
|
|
jmp __findproc
|