Author Topic: Requests  (Read 14194 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
Requests
« on: July 06, 2010, 07:44:17 pm »
Ok, request anything you would like to see in Oasis here :)
/e

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Requests
« Reply #1 on: July 17, 2010, 02:05:06 pm »
I assume you still have plans to support every possible TI-83+ z80 ASM syntaxes, right?

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Re: Requests
« Reply #2 on: July 24, 2010, 05:24:15 am »
I assume you still have plans to support every possible TI-83+ z80 ASM syntaxes, right?
There is only one syntax for z80 ASM. 68k assembly has more than one, though.
Going in depth Zilog originally used all mnemonics in capital letters but recently I don't see any code on capital letters.

EDIT: but different assemblers might use different syntaxes.
assembler directives can start eitheir with a . or #, for example:
.include "file.inc"
#include file.inc
« Last Edit: July 24, 2010, 05:26:19 am by Galandros »
Hobbing in calculator projects.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Requests
« Reply #3 on: July 29, 2010, 04:26:35 am »
I assume you still have plans to support every possible TI-83+ z80 ASM syntaxes, right?
There is only one syntax for z80 ASM. 68k assembly has more than one, though.
Going in depth Zilog originally used all mnemonics in capital letters but recently I don't see any code on capital letters.

EDIT: but different assemblers might use different syntaxes.
assembler directives can start eitheir with a . or #, for example:
.include "file.inc"
#include file.inc
Yeah I was talking about the different syntaxes used by assemblers. I recall the way Bcalls are called being slightly different from TASM to other assemblers, for example. Some people had compiling errors due to that before, because they used a different ASM compiler than what's mentionned in ASM In 28 Days (TASM)

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Requests
« Reply #4 on: November 23, 2010, 10:59:14 am »

Muaha :P

Ok, yes I'm going to attempt to support all of the assembler syntax's so you can use code specific to any assembler and it will compile correctly, no more trying to convert code :)
Anybody have anything else they want supported?
/e

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Requests
« Reply #5 on: November 23, 2010, 03:54:10 pm »
It will work in Mac OS too, right? If not, then it might be a nice addition, since there are more Mac users here now.

Also, is there code highlighting?
« Last Edit: November 23, 2010, 03:54:25 pm by DJ Omnimaga »

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Requests
« Reply #6 on: November 23, 2010, 06:31:19 pm »
Yes I intend to make this completely compatible with all systems.
Code highlighting? This is an assembler, how would I do that?
/e

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Requests
« Reply #7 on: November 23, 2010, 07:17:57 pm »
I can test in mac, btw.  I have the svn checkout tool, a compiler, and so on.  PM me for details.

Request: Can it record log files of the compile? Can it compile to apps, os?

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Requests
« Reply #8 on: November 23, 2010, 07:43:51 pm »
I will attempt to make logging working :) So would just console output (-v flag output) be wanted?
I will attempt to get apps and OS working after I finish getting standard compiling working :)
/e

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Requests
« Reply #9 on: November 23, 2010, 11:06:48 pm »
Yes I intend to make this completely compatible with all systems.
Code highlighting? This is an assembler, how would I do that?
Oh ok I thought you also had some sort of IDE or something. Again, it has been half a year since the last update so I forgot a bit and there are like 8000 ASM IDEs/compilers in the works right now, so it gets confusing fast. Disregard the code highlighting part, then.
« Last Edit: November 23, 2010, 11:07:00 pm by DJ Omnimaga »

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Requests
« Reply #10 on: November 23, 2010, 11:39:00 pm »
Yes I intend to make this completely compatible with all systems.
Code highlighting? This is an assembler, how would I do that?
Oh ok I thought you also had some sort of IDE or something. Again, it has been half a year since the last update so I forgot a bit and there are like 8000 ASM IDEs/compilers in the works right now, so it gets confusing fast. Disregard the code highlighting part, then.
Lol, that was ADE, which has been halted until further notice, so no problem, simple mistake.
/e

Offline Binder News

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 785
  • Rating: +46/-3
  • Zombie of Tomorrow
    • View Profile
Re: Requests
« Reply #11 on: November 26, 2010, 09:48:40 am »
How about supporting some of the Mimas syntax (JQ,ORG,DB,etc.).
Spoiler For userbars:







Hacker-in-training!   Z80 Assembly Programmer     Axe Programmer
C++ H4X0R             Java Coder                           I <3 Python!

Perdidisti ludum     Cerebrum non habes

"We are humans first, no matter what."
"Fame is a vapor, popularity an accident, and riches take wings. Only one thing endures, and that is character."
Spoiler For Test Results:





Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Requests
« Reply #12 on: November 26, 2010, 10:51:24 am »
Well, since to use Mimas you need a converter from Tasm...probably not.
/e

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Requests
« Reply #13 on: November 26, 2010, 01:37:20 pm »
Well, since to use Mimas you need a converter from Tasm...probably not.
I think he is referring to using .db and .org, not mimas itself. I don't know about jq or what it is, but yes, .org and .db are going to be supported. That is a tasm syntax, not mimas, actually. (Which means I might have misunderstood eeems, as well.)

Offline nemo

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1203
  • Rating: +95/-11
    • View Profile
Re: Requests
« Reply #14 on: November 26, 2010, 01:47:17 pm »
JQ optimizes to either JR or the other jumping instruction depending on if the location is within range.