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