Advertisement
Guest User

Untitled

a guest
Apr 19th, 2015
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. #include "d64.h"
  2.  
  3. int
  4. main()
  5. {
  6. cputs("Hello 6502 world from C!\n");
  7.  
  8. return 0;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement