Assembler: Linux and Windows builds available.

A forum where you can announce your awesome project(s).

Moderator: MaxCoderz Staff

Post Reply
Spencer
Extreme Poster
Posts: 346
Joined: Mon 17 Jan, 2005 8:56 am
Location: Indiana

Assembler: Linux and Windows builds available.

Post by Spencer »

Check out wabbitsign as well for APP signing and program headers. Once you go Assembler + Wabbit, you'll never go back. :wink: Documentation is still weak, but strange commands are explained in the discussion thread. It differs from TASM in .org -- I don't write bytes, TASM does. Use .fill or .block for that purpose. This program is, in theory, multitarget, however for our purposes be sure to have TASM80.TAB in your directory.

Go here for latest binaries

You linux guys out there, let me know how it runs. Ignore the extended ascii "blocks" in the command line, that's a windows remnant I forgot to change in this version. Don't dispair, wabbit also runs under linux.
KevinJB
Calc Wizard
Posts: 501
Joined: Sat 28 May, 2005 5:34 am
Location: Chesapeake, Virginia
Contact:

Post by KevinJB »

One thing Spencer forgot to mention: It's fast.

I really don't know how to explain it other than instantaneous. Really.
09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
KevinJB | RevSoft
coelurus
Calc Wizard
Posts: 585
Joined: Sun 19 Dec, 2004 9:02 pm
Location: Sweden
Contact:

Post by coelurus »

Tried the Linux version, good stuff.
The only glitch I've found is that when I pass no params, the binary name is messed up:
...
Ãâ€Â
Post Reply