Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Intel Hex Files

  1. #1

    Intel Hex Files

    Hi there, just wondering if anyone knows if Delphi or Lazarus has options or the ability to output Intel formatted hex files?
    Download the Ziron Assembler
    Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message.

  2. #2

    Re: Intel Hex Files

    ? can you provide some more info ?
    http://3das.noeska.com - create adventure games without programming

  3. #3

    Re: Intel Hex Files

    Download the Ziron Assembler
    Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message.

  4. #4

    Re: Intel Hex Files

    It can't at the moment, unless you compiler for ARM-embedded. In that case, the compiler simply calls binutils' objcopy to convert a elf file to a ihex file
    Peregrinus, expectavi pedes meos in cymbalis
    Nullus norvegicorum sole urinat

  5. #5

    Re: Intel Hex Files

    damn... ok i'm looking to flash some atmel atmega's but coding in pascal rather than ASM or C.....


    EDIT.. nm i found exactly what i'm looking for... http://turbo51.com/ thanks anyways.
    Download the Ziron Assembler
    Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message.

  6. #6

    Re: Intel Hex Files

    Quote Originally Posted by Colin
    damn... ok i'm looking to flash some atmel atmega's but coding in pascal rather than ASM or C.....


    EDIT.. nm i found exactly what i'm looking for... http://turbo51.com/ thanks anyways.
    Seems very nice...pity I don't program 8051 chips! LOL

    It almost makes me want to though... haha
    cheers,
    Paul

  7. #7

    Re: Intel Hex Files

    Quote Originally Posted by Colin
    damn... ok i'm looking to flash some atmel atmega's but coding in pascal rather than ASM or C.....


    EDIT.. nm i found exactly what i'm looking for... http://turbo51.com/ thanks anyways.
    Actually, no there isn't an Atmel AVR compiler for FPC (yet). Many of us have expressed interest, but none of us have taken up the gauntlet to actually create on . I started working on it, but then realized it would be easier to simply build a pascal compiler for the AVR's then to bootstrap/edit FPC

    - Jeremy

    PS: What you doing with AVR's, love working with them

  8. #8

    Re: Intel Hex Files

    Quote Originally Posted by jdarling
    Quote Originally Posted by Colin
    damn... ok i'm looking to flash some atmel atmega's but coding in pascal rather than ASM or C.....


    EDIT.. nm i found exactly what i'm looking for... http://turbo51.com/ thanks anyways.
    Actually, no there isn't an Atmel AVR compiler for FPC (yet). Many of us have expressed interest, but none of us have taken up the gauntlet to actually create on . I started working on it, but then realized it would be easier to simply build a pascal compiler for the AVR's then to bootstrap/edit FPC
    It looks like fpk is working on it in the development trunk
    Peregrinus, expectavi pedes meos in cymbalis
    Nullus norvegicorum sole urinat

  9. #9

    Re: Intel Hex Files

    Atmel and pascal, here you go: http://www.e-lab.de/AVRco/index.html
    http://3das.noeska.com - create adventure games without programming

  10. #10

    Re: Intel Hex Files

    Quote Originally Posted by jdarling
    PS: What you doing with AVR's, love working with them
    mainly robotics.
    Download the Ziron Assembler
    Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •