X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=shellcode%2Fchipcon%2Fcc1110%2FMakefile;h=a3457496cca77cc0d2dc8092a102e9162b144aa0;hp=ccd08b8da11486f9e2bd1a48dc581e8d719627ed;hb=a06f45d24b010987c9128261ff33dd2c93db0970;hpb=b9e8a6ef91caf381fbc81606a3c442b77974ed62;ds=sidebyside diff --git a/shellcode/chipcon/cc1110/Makefile b/shellcode/chipcon/cc1110/Makefile index ccd08b8..a345749 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 all: $(objs)