Reflex frame jamming, got some troubles.
[goodfet] / shellcode / README.txt
1 Howdy y'all,
2
3 In addition to running code on the GoodFET itself (trunk/firmware) and
4 on the host (trunk/client), it is often necessary to run small
5 fragments of code on the target that is being debugged.  Rather than
6 allow each fragment to be written and edited as machine code, it is
7 better to write them in C in this directory, with the results being
8 dumped into trunk/client somehow.
9
10 Thank you kindly,
11 --Travis
12