Author Topic: ADE ASM Dev set  (Read 12335 times)

0 Members and 1 Guest are viewing this topic.

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: ASM Dev set
« Reply #60 on: June 01, 2010, 05:15:36 pm »
I intend to, although jBasic is my current project, but I will most likely start working on a game sometime as soon as I talk to Builderboy because I want his help with it.
/e

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: ASM Dev set
« Reply #61 on: June 01, 2010, 07:47:24 pm »
Sorry about the double post,

I made a little helpful batch file that will help you set up project environments for asm development and I packaged it along with ASMDEVSET so you can now have a nice general compiler helper and another one for projects that you will compile often. What this script does is it will create batch files directly meant for compiling your one program, it also includes ti83plus.inc and spasm.exe which it will extract from itself and let you use.
I might just upload this to ticalc sometime...I'll have to get permission for including spasm though...

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: ASM Dev set
« Reply #62 on: June 01, 2010, 07:50:18 pm »
I want to try this, but I don't know exactly how.  What should I do?  Thanks Eeems!
This sounds really cool.  I can't wait to use it (properly). ;D

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: ASM Dev set
« Reply #63 on: June 02, 2010, 05:50:09 pm »
So you just run the first program to assemble a .asm or .z80 file and the second one is to create a batch file that will cut down on time. when you run them it should be pretty easy to use.
/e

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: ASM Dev set
« Reply #64 on: June 02, 2010, 07:06:53 pm »
So you just run the first program to assemble a .asm or .z80 file and the second one is to create a batch file that will cut down on time. when you run them it should be pretty easy to use.
I'm sorry, I don't quite understand.  Where should I put the source that I want to assemble, and why should I run the second program?

Thanks Eeems, and I'm sorry I'm not understanding. :)

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: ASM Dev set
« Reply #65 on: June 02, 2010, 07:16:56 pm »
ok, so you put the source in the same folder as either of the programs, and then run them. The second on (ADH.exe) will help repetitive assembling by making a batch file that assembles in one run with no input, so it's much easier to use :) assemble.exe is less nice to use because it takes longer, but it's faster then doing all the command line work at once. I'm currently working on ADH.exe and making it better by making it create a project file instead of just assembling. So it will set up the the folder structure and everything. so it will be really helpful for starting new projects :)
/e

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: ASM Dev set
« Reply #66 on: June 02, 2010, 07:23:06 pm »
ok, so you put the source in the same folder as either of the programs, and then run them. The second on (ADH.exe) will help repetitive assembling by making a batch file that assembles in one run with no input, so it's much easier to use :) assemble.exe is less nice to use because it takes longer, but it's faster then doing all the command line work at once. I'm currently working on ADH.exe and making it better by making it create a project file instead of just assembling. So it will set up the the folder structure and everything. so it will be really helpful for starting new projects :)
Ah, okay, Thanks!  I now can get it to Assemble.  Thanks Eeems! ;D
Nice program! :D

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: ASM Dev set
« Reply #67 on: June 02, 2010, 07:36:13 pm »
np! ok here is the nice project file creator :) hope you like it!
the folder structure will look like this:
Code: [Select]
Project Name
 |-source
 | |-spasm.exe
 | |-source.asm
 | |-ti83plus.inc
 | |-assemble.bat
 |-releases
 |-screenshots
 |-compiled
 |-readme.txt
so you edit source.asm to create your program, it already includes your header, then you run assemble.bat to assemble your project and it should put it in the compiled folder, someone double-check that for me...
/e

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: ASM Dev set
« Reply #68 on: June 03, 2010, 06:51:24 pm »
Ok, I've made a nicer one :P hope you like it! and it works correctly :P I'll add more stuff later :) This uses vbscript so it has a nicer interface :P
/e

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: ASM Dev set
« Reply #69 on: June 03, 2010, 07:30:41 pm »
Does the folders creation occurs in the same folder where you run this?

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: ASM Dev set
« Reply #70 on: June 03, 2010, 08:04:09 pm »
Yes it does. So pretty much Its best to have this sitting in the folder where you store all your projects.
/e

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: ASM Dev set
« Reply #71 on: June 03, 2010, 10:13:30 pm »
Aaah ok ^^ (and put a shortcut somewhere)