furs

cono
Login

cono

Reads the partially transformed registers_out source and further transforms it with the constants pattern file

$(REGISTERS_OUT) $(TEXT_PROC) $(CONSTANTS_OUT) $(CONSTANTS_PAT)
C:circle rad 40px "$(REGISTERS_OUT)" fit
arrow right 100% 
E:box rad 10px "$(TEXT_PROC)" fit
arrow right 100%
G: circle rad 40px "$(CONSTANTS_OUT)" fit
F:circle rad 40px "$(CONSTANTS_PAT)" fit at 1.5 s of C
arrow from F.e \
then right until even with E \
then to E.s

Makefile

$(CONSTANTS_OUT): $(CONSTANTS_PAT) $(REGISTERS_OUT) 
	$(TEXT_PROC) -t -nobackup -line $(REGISTERS_OUT) -f $(CONSTANTS_PAT) -out $(CONSTANTS_OUT)