X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=shellcode%2Fchipcon%2Fcc1110%2FMakefile;h=12df0f3522670cf9c52ab94f408201715161aee8;hb=d0498df7bc06959a19fe1ef2c4fc066dd8d68c92;hp=ccd08b8da11486f9e2bd1a48dc581e8d719627ed;hpb=b9e8a6ef91caf381fbc81606a3c442b77974ed62;p=goodfet diff --git a/shellcode/chipcon/cc1110/Makefile b/shellcode/chipcon/cc1110/Makefile index ccd08b8..12df0f3 100644 --- a/shellcode/chipcon/cc1110/Makefile +++ b/shellcode/chipcon/cc1110/Makefile @@ -1,8 +1,14 @@ -# These targets are compiled to execute at the beginning of RAM. -# Each should conclude with HALT (0xA5). +# These targets are compiled to execute at the beginning of RAM. Each +# should conclude with HALT (0xA5). Sometimes grabbing code from +# foo.rst will be smaller, especially if no ljmps occur. + + +# Input and output should be taken from a buffer at 0xFE00. +# "char __xdata at 0xfe00 packet[256] ;" +# Use lower RAM if needed. CC=sdcc --code-loc 0xF000 -objs=crystal.ihx +objs=crystal.ihx txpacket.ihx rxpacket.ihx txrxpacket.ihx reflex.ihx all: $(objs)