4b5a7fee14
backend into shape. It now generates binaries --- no idea whether they work or not.
13 lines
124 B
ArmAsm
13 lines
124 B
ArmAsm
#include "sys.h"
|
|
.define _ftime
|
|
|
|
_ftime:
|
|
mov 2(sp),0f+2
|
|
sys indir; .data2 0f
|
|
rts pc
|
|
|
|
.sect .data
|
|
0:
|
|
sys ftime
|
|
.data2 0
|