Jump to content

MadZiontist

Members
  • Content Count

    182
  • Joined

  • Last visited

Blog Comments posted by MadZiontist


  1. 2 hours ago, Thomas Jentzsch said:

    SVN is only for getting the source code onto your computer. You need DASM to assemble the code.

    The roadblock for me when trying to approach compiling with DASM is:

     

    "Enter this command to produce the binary file: 

    DASM genemedic.asm -ogenemedic.bin -f3"

     

    In the repository are a bunch of .asm files (bank0.asm, bank1.asm, etc., star.asm, star_flash.asm, etc.).

     

    How am I supposed to compile all of those different .asm files into a single working binary?


  2. On 2/10/2020 at 12:58 PM, Thomas Jentzsch said:

    No idea, maybe in Andrew Davie's programming guide?

    Thanks. What I'm looking for at this point, is an SVN client that can compile source code into binary. It would be useful for other purposes as well. I've spent hours searching online and have come up empty. I installed TortoiseSVN, but I'm not seeing any option that can do this. Any ideas? Anybody?

     

    Edit: I've found a guide I can follow to compile the source code. However, it only covers an instance where there is a single .asm file. SCA has several .asm files in the source code repository.

×
×
  • Create New...