User Activity

  • Posted a comment on discussion Help on Small Device C Compiler (SDCC)

    Resolved... Needed to do: hex2bin -l 2000 -s 0000 ppclone_menu.ihx

  • Posted a comment on discussion Help on Small Device C Compiler (SDCC)

    Actually it looks like the issue may be related to the conversion of the final intel hex to binary. I'm using: hex2bin -l 2000 ppclone_menu.ihx However if I use a different tool like WinHex the binary looks as intended.

  • Posted a comment on discussion Help on Small Device C Compiler (SDCC)

    Hi, I have some Z80 C code I've written up to modify an existing ROM for an arcade game (Pole Position). My desire is to compile this new code, patch it over the old ROM and run the merged result. In my crt0.s file I have added some assembly to place instructions in some key places in the original ROM. When I compile and link my code however, the 'org' prior to my assembly has no effect and everything starts at location 0x0000. Does anything look amiss? .module crt0 .globl _main .area _HEADER (ABS)...

View All

Personal Data

Username:
ajcrm125
Joined:
2003-11-10 03:51:38

Projects

This is a list of open source software projects that Adam Courchesne is associated with:

Personal Tools