0 Members and 2 Guests are viewing this topic.
I assume you still have plans to support every possible TI-83+ z80 ASM syntaxes, right?
Quote from: DJ Omnimaga on July 17, 2010, 02:05:06 pmI 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
Yes I intend to make this completely compatible with all systems.Code highlighting? This is an assembler, how would I do that?
Quote from: Eeems on November 23, 2010, 06:31:19 pmYes 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.
Well, since to use Mimas you need a converter from Tasm...probably not.