Add x1 experiments

This commit is contained in:
Takumi Sueda
2021-03-04 02:15:40 +09:00
parent fd655b4839
commit c997a68459
7 changed files with 324 additions and 0 deletions

10
x1/Makefile Normal file
View File

@@ -0,0 +1,10 @@
CROSS_COMPILE:=arm-linux-gnueabi-
AS:=$(CROSS_COMPILE)as
.PHONY:
all: return.bin mrc.bin
%.bin: %.S
@$(AS) $<
@./extract.py a.out $@
@rm -f a.out