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

0 Members and 1 Guest are viewing this topic.

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: ASM Dev set
« Reply #15 on: January 31, 2010, 07:37:07 pm »
Hmmm, i keep getting "Couldn't open input file".  Am i missing some things or just doing it wrong?

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 #16 on: January 31, 2010, 11:31:51 pm »
What are you doing?
Make sure you enter the number coresponding with the file in the first one. 
/e

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: ASM Dev set
« Reply #17 on: January 31, 2010, 11:38:26 pm »
Oooooh i get it now.  Here i was typing in the file name :P

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 #18 on: February 01, 2010, 12:43:23 am »
Lol :p well I was trying to make it easier ten that ;p
how are you liking it so far?
/e

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: ASM Dev set
« Reply #19 on: February 01, 2010, 01:01:37 am »
Very very easy to compile, much nicer than tasm and command prompt :)

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 #20 on: February 01, 2010, 02:03:37 am »
Yay! For even quicker compiling, just make a batch file and put this in.
Code: [Select]
spasm.exe <sourcefile> <outputfile>which is pretty much like running it in a command prompt, but quicker. I used that method for hunt. 
/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 #21 on: February 01, 2010, 02:12:06 am »
So you just drag/drop the file(s), right?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

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 #22 on: February 01, 2010, 02:23:01 am »
No, I don't know how to set up that, but you run tw bat, and it will lust the .asm and .z80 files, you enter the number next to it, then input the desired name for te outupt .8xp and then it will compile.
/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 #23 on: February 01, 2010, 02:40:36 am »
aah ok, thganks for claryfing
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

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 #24 on: February 01, 2010, 03:35:09 am »
Np, lol, wow, stupid ipod auto correct fails x.x how did the word lust get in there?
/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 #25 on: February 01, 2010, 03:48:16 am »
Which part of your posts do you mean?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Re: ASM Dev set
« Reply #26 on: February 01, 2010, 03:58:48 am »
No, I don't know how to set up that, but you run tw bat, and it will lust the .asm and .z80 files, you enter the number next to it, then input the desired name for te outupt .8xp and then it will compile.
It is easy. See calcmaniac84 batch for the TiBoySE.
Basically the files dropped into the batch go to the %1 %2, %3, etc. variables. The last file selected is the %1, I think.
Hobbing in calculator projects.

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 #27 on: February 02, 2010, 08:05:12 pm »
Ok, so I can't seem to get syntax highlighting to be viable (you can do it, just you can't do anything with the text after x.x) but I was able to get saving, saving as, and opening to work :D I'll upload a trial soon (probably in computers class or tomorrow)
I am currently working on running the assembler through it, which is, as far as I can tell, possible, but it is a little confusing. Stupid JavaScript.
/e

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Re: ASM Dev set
« Reply #28 on: February 03, 2010, 04:40:29 am »
Ok, so I can't seem to get syntax highlighting to be viable (you can do it, just you can't do anything with the text after x.x)
I saw a syntax highlighting viable editor. It is possible. I tried to see the technique to give you hints but I didn't understand how it was done.
I will search for other WYSIWYG editor in JavaScript and try again.

EDIT: it is complicated to do the highlighter... The most complicated JavaScript, HTML and CSS I have seen.
They use iframes that kinda replace the textarea. They catch keypresses with JavaScript.
I don't know how this 2 things are used together to get the highlight.
« Last Edit: February 03, 2010, 04:59:01 am by Galandros »
Hobbing in calculator projects.

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 #29 on: February 03, 2010, 09:40:53 am »
Well I know how to do syntax highlighting, but I can't save it after I'm done due to how it is done.
/e