Guest User

Untitled

a guest
Jun 20th, 2012
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. ca65 --cpu 65C02 crt0.s
  4. ar65 a rpc8e.lib crt0.o
  5. cc65 -t none --cpu 65C02 test.c
  6. ca65 --cpu 65C02 test.s
  7. ld65 -C rpc8e.cfg -m test.map test.o rpc8e.lib
  8. dd ibs=128 count=1 if=/dev/zero of=test.img
  9. dd if=a.out of=test.img conv=notrunc
Advertisement
Add Comment
Please, Sign In to add comment