igrec
Joined: 20 Dec 2004
Posts: 14
Location: France, Brest
|
| WLA DX binaries |
 |
Posted: Sat Jan 05, 2008 1:33 am |
|
|
WLA DX 9.4 (18 Dec 2007)
Built with GCC 3.4.5 (MingW32)
CFLAGS = -march=i486 -c -mno-cygwin -ansi -O2 -pedantic -Wall
Changelog (http://www.villehelin.com/wla_changelog.txt):
v9.4 (18-Dec-2007) [ALL] Enhanced the documentation.
[ALL] .DEFINE without a definition value, and a .DEFINE
that would have an address label as the definition value
would make WLA count the linenumbers afterwards wrong.
[ALL] Issuing a loose .ENDM will give an error.
[ALL] All macros must have at least a name.
[ALL] Added .DBM (define bytes through a filter macro) and
.DWM (define words through a filter macro).
[ALL] Added FILTER to .INCBIN (circulate all the data
through a filter macro).
[ALL] Fixed overflow checks in .INCBIN's SKIP and READ.
[ALL] Integrated Mersenne Twister by Takuji Nishimura and
Makoto Matsumoto (.SEED, .DBRND and .DWRND use that now
instead of the stdlib's srand() and rand()).
[ALL] It's possible to use '\!' to get the name of the
currently parsed source file (works like '\@').
[Z80] If a pending computation follows "JR" or "DJNZ",
all the label references inside are relative.
[GB ] If a pending computation follows "JR",
all the label references inside are relative.
[65?] If a pending computation follows "BCC", "BCS", "BEQ",
"BMI", "BNE", "BPL", BVC", "BVS", all the label
references inside are relative.
[65C] If a pending computation follows "BCC", "BCS", "BEQ",
"BMI", "BNE", "BPL", BVC", "BVS", "BRA", "BBR*", "BBS*",
all the label references inside are relative.
[658] If a pending computation follows "BCC", "BCS", "BEQ",
"BMI", "BNE", "BPL", BVC", "BVS", "BRA", "BRL", "PER",
all the label references inside are relative.
[HuC] If a pending computation follows "BCC", "BCS", "BEQ",
"BMI", "BNE", "BPL", BVC", "BVS", "BSR", "BBR*", "BBS*",
"BRA", all the label references inside are relative.
[SPC] If a pending computation follows "BCC", "BCS", "BEQ",
"BMI", "BNE", "BPL", BVC", "BVS", "BRA", "BBS", "BBC",
"CBNE *", "DBNZ *", all the label references inside
are relative.
|
|
|
Eiram Sévy
Joined: 16 Dec 2008
Posts: 1
|
| WLA DX win32 binaries |
 |
Posted: Tue Dec 16, 2008 10:55 pm |
|
|
WLA DX 9.5 (14 aug 2008)
Built with GCC 4.3.0 (MingW32)
CFLAGS = -march=i486 -c -mno-cygwin -ansi -O2 -pedantic -Wall
Changelog (http://www.villehelin.com/wla_changelog.txt):
v9.5 (14-Aug-2008) [ALL] The unix.sh now takes the number of jobs make
commands should create, speeding up the compiling
on CPUs with more than one core.
[ALL] .DSTRUCTs can now be issued without passing values
to all struct members (will be init to $00 or
.EMPTYFILL). |
|
|
Maxim
Site Admin
Joined: 19 Oct 1999
Posts: 7468
Location: London, UK
|
|
 |
Posted: Wed Dec 17, 2008 9:11 am |
|
|
| I stickied this topic. It seems the WLA DX mailing list is broken, else I'd have done this already...
|
|
fx
Joined: 09 Sep 2001
Posts: 222
Location: Umeå, Sweden
|
|
 |
Posted: Wed Jan 21, 2009 10:00 am |
|
|
I compiled WLA DX for OS X the other day, and when I saw this thread (even though it is for Windows) I thought I might upload the binaries here. I guess most people who use a Mac for development have Xcode already, but who knows.
*small update, tried compiling PowerPC versions aswell, and it seems to have worked, haven't been able to try them though.*
Download link (x86)
Download link (ppc)
|
|