Searching for a new cross-assembler

Page 2/2
1 |

By Manel46

Paladin (674)

Manel46's picture

29-11-2016, 17:46

One problem with asMSX is that it uses "[]" instead of "()". Apart from other differences. I think it does not support macros.
The sjasm v0.42c, is perfect.

By Metalion

Paragon (1622)

Metalion's picture

29-11-2016, 17:57

Manel46 wrote:

One problem with asMSX is that it uses "[]" instead of "()"

True, but you can toggle to "()" with the ".zilog" pseudo-op.

Manel46 wrote:

Apart from other differences. I think it does not support macros

No, it does not. That's a pity.

By Manel46

Paladin (674)

Manel46's picture

29-11-2016, 19:52

I use "Edit Plus 3" to write the code. Doing "Find Replace All" changes the "[" by "(" instantly.

By Piter Punk

Master (228)

Piter Punk's picture

30-11-2016, 22:51

ricbit wrote:

I'm in love with sjasmplus, mainly because it works with whatever syntax you throw at him. Easy to port legacy code from other assemblers.

Another vote for sjasmplus here.

At first I had problems with something in sjasmplus expected syntax, I guess it was about the labels (but don't remember now) and sd_snatcher helped me with that.

After that, my relationship with sjasmplus is only happiness.

By bore

Master (161)

bore's picture

01-12-2016, 23:09

I use vasm
Pure C99 and no external libraries makes it very portable.
There is also a linker vlink.

Page 2/2
1 |