|
pdp10-its-disassembler.lha |
7.1MB |
22-12-3112/31 |
Short: Tools for analysing PDP-10 ITS files
lars@nocrew.org (Lars Brinkhoff)
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
https://github.com/larsbrinkhoff/pdp10-its-disasse
linum acct itsarc itsarc ipak macdmp tito dumper d |
Short: Tools for analysing PDP-10 ITS files
lars@nocrew.org (Lars Brinkhoff)
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
https://github.com/larsbrinkhoff/pdp10-its-disasse
linum acct itsarc itsarc ipak macdmp tito dumper d |
|
|
vCPUComp.lha |
13.6KB |
22-12-3012/30 |
Short: Gigatron asm compiler
Robert 'Phibrizzo' Krajcarz (jgn@interia.pl)
Robert 'Phibrizzo' Krajcarz (jgn interia pl)
dev/cross
1.1
Address of start code.
Address where it will be uploaded the compiled cod
in Gigatron RAM.
You can use a few _ORG macros for different codes
Declaration of variable (a..z, A..Z).
Use variable not declarated is possible but that a
Label for jump, only digit char, exp: #10, max 255
Except CALL and CALLI instruction!
Add another compiled code, exp: _OBJ test.gt1.
RUN code for this file is ignored. |
Short: Gigatron asm compiler
Robert 'Phibrizzo' Krajcarz (jgn@interia.pl)
Robert 'Phibrizzo' Krajcarz (jgn interia pl)
dev/cross
1.1
Address of start code.
Address where it will be uploaded the compiled cod
in Gigatron RAM.
You can use a few _ORG macros for different codes
Declaration of variable (a..z, A..Z).
Use variable not declarated is possible but that a
Label for jump, only digit char, exp: #10, max 255
Except CALL and CALLI instruction!
Add another compiled code, exp: _OBJ test.gt1.
RUN code for this file is ignored. |
|
|
plm80.lha |
272.6KB |
22-12-0812/08 |
Short: C port of Intel's ISIS-II PLM80
mark.pm.ogden@btinternet.com (Mark Ogden)
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
0.2.9x |
Short: C port of Intel's ISIS-II PLM80
mark.pm.ogden@btinternet.com (Mark Ogden)
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
0.2.9x |
|
|
wla_dx_v10.4.lha |
7MB |
22-11-2511/25 |
Short: WLA DX - 8-bit CPU Cross Macro Assem
Ville Helin & People at GitHub
ville helin gmail com (Ville Helin)
dev/cross
10.4
dev/cross/wla_dx_v10.3.lha
Another GB-Z80/Z80/6502/65C02/65CE02/65816/6800/68
than used in a pending calculation, WLA can now so
the pending calculation before exporting it to WLA
[ALL] Added .SEEDRANDOM (seeds random number gener
with current time -> random).
[ALL] Added built-in functions min(a,b), max(a,b),
random(min,max), sqrt(a), abs(a), cos(a), sin(a),
acos(a), asin(a), atan(a), atan2(a,b), cosh(a), si
tanh(a), log(a), log10(a), pow(a,b), sign(a) and
clamp(value,min,max).
[ALL] When a built-in function was called with a n
sign the sign was ignored sometimes.
[ALL] Floating point values can be given to a .MAC
arguments and accessed via 1 etc., they are not ro
integers any more. Previously only named args woul
without rounding.
[ALL] When using a .FUNCTION the result was rounde
an integer - not any more.
[ALL] .FUNCTION body can now be a single argument.
[ALL] Built-in (and .FUNCTION) arguments can now b
multiple lines.
[ALL] We now use ANSI C's tmpfile() to create tmp
This should allow multiple concurrent instances of
run in the same directory at the same time.
[ALL] When using -M, if you specify -o or -l later
command line you can output an object or a library
at the same time. Disable file generation with -t.
[ALL] A calculation can be split into multiple lin
last symbol on the line is a '+', '-', '*'. etc.
[ALL] Unnamed .STRUCTs inside other .STRUCTs don't
_paddingof_* definitions any more.
[ALL] Pending calculations work now as macro argum
[ALL] Fixed INSTANCEOF in .ENUM when .STRUCT used
(WLA doesn't generate bytes in that case any more)
[ALL] Negating pending calculations inside parenth
pending calculations ignored the sign.
[ALL] Negating calculations inside parentheses sho
work in every case.
[ALL] Dotted .INSTANCEOF works now in .ENUMs.
pending calculations on some cases thus losing
precision. |
Short: WLA DX - 8-bit CPU Cross Macro Assem
Ville Helin & People at GitHub
ville helin gmail com (Ville Helin)
dev/cross
10.4
dev/cross/wla_dx_v10.3.lha
Another GB-Z80/Z80/6502/65C02/65CE02/65816/6800/68
than used in a pending calculation, WLA can now so
the pending calculation before exporting it to WLA
[ALL] Added .SEEDRANDOM (seeds random number gener
with current time -> random).
[ALL] Added built-in functions min(a,b), max(a,b),
random(min,max), sqrt(a), abs(a), cos(a), sin(a),
acos(a), asin(a), atan(a), atan2(a,b), cosh(a), si
tanh(a), log(a), log10(a), pow(a,b), sign(a) and
clamp(value,min,max).
[ALL] When a built-in function was called with a n
sign the sign was ignored sometimes.
[ALL] Floating point values can be given to a .MAC
arguments and accessed via 1 etc., they are not ro
integers any more. Previously only named args woul
without rounding.
[ALL] When using a .FUNCTION the result was rounde
an integer - not any more.
[ALL] .FUNCTION body can now be a single argument.
[ALL] Built-in (and .FUNCTION) arguments can now b
multiple lines.
[ALL] We now use ANSI C's tmpfile() to create tmp
This should allow multiple concurrent instances of
run in the same directory at the same time.
[ALL] When using -M, if you specify -o or -l later
command line you can output an object or a library
at the same time. Disable file generation with -t.
[ALL] A calculation can be split into multiple lin
last symbol on the line is a '+', '-', '*'. etc.
[ALL] Unnamed .STRUCTs inside other .STRUCTs don't
_paddingof_* definitions any more.
[ALL] Pending calculations work now as macro argum
[ALL] Fixed INSTANCEOF in .ENUM when .STRUCT used
(WLA doesn't generate bytes in that case any more)
[ALL] Negating pending calculations inside parenth
pending calculations ignored the sign.
[ALL] Negating calculations inside parentheses sho
work in every case.
[ALL] Dotted .INSTANCEOF works now in .ENUMs.
pending calculations on some cases thus losing
precision. |
|
|
wla_dx_v10.2.lha |
7MB |
22-06-2606/26 |
Short: WLA DX - 8-bit CPU Cross Macro Assem
Ville Helin & People at GitHub
ville helin gmail com (Ville Helin)
dev/cross
10.2
dev/cross/wla_dx_v10.1.lha
Another GB-Z80/Z80/6502/65C02/65CE02/65816/6800/68
[ALL] Added -d to disable WLA's ability to calcula
where A and B are labels.
[ALL] If SIZE is used with a .SECTION or .RAMSECTI
the section doesn't fit into it, we now issue an e
instead of a warning.
[ALL] .FOPEN should now work with makefile generat
[ALL] WLA's summary is now printed to stdout inste
stderr.
[ALL] Added support for UTF-8 source files (meanin
macro names, definitions, etc. can all be UTF-8).
[ALL] When .ROMBANKMAP had ROM banks of different
the verbose summary's ROM information was not full
[ALL] Memory overwrite messages should now have wo
line numbers in all cases.
[ALL] WLA assembles now "WLAI" library files and "
object files.
[ALL] Labels without ':' can now be used right on
line after a .MACRO call.
[ALL] Added keywords ISOLATED, ISOLATELOCAL and IS
to .MACRO. These make the local and unnamed labels
inside a .MACRO to stay inside and not affect the
outside world. The same goes for child label stack
[ALL] We now don't do substitution in code that is
using .IFs.
[ALL] Added SIZE to .DSTRUCT and .STRUCT and to IN
in .RAMSECTION and .ENUM.
[ALL] If padding is put to a .DSTRUCT or INSTANCEO
.RAMSECTION or .ENUM, _paddingof_* definition is c
unless -s is given.
[ALL] Added optional COUNT to INSTANCEOF in .RAMSE
.ENUM.
[ALL] Added NOLABELS to .DSTRUCT.
[ALL] Added round(), floor() and ceil().
[Z80] Added "EX HL,DE" (an alias for "EX DE,HL").
[Z80] Added "EX HL,(SP)" (an alias for "EX (SP),HL
[Z80] Added "EX IX,(SP)" (an alias for "EX (SP),IX
[Z80] Added "EX IY,(SP)" (an alias for "EX (SP),IY
[658] WDM takes now a byte (i.e., "WDM $12").
[651] Removed wla-6510 as wla-6502 can be used for
[650] Added undocumented opcodes to wla-6502.
[GB ] It's now possible to set the number of ROM b
any value larger than 0.
[GB ] WARNING: .ROMBANKS / .ROMBANKMAP don't write
size to $0148 any more, use .ROMSIZE for that.
[GB ] Added ROMSIZE to .GBHEADER.
Added -R (file paths inside link file are relative
linkfile's location).
WLALINK's summary is now printed to stdout instead
stderr.
WLALINK didn't print verbose mode's summary at the
listfile writing was enabled, but there was no lis
data.
Bankheader sections now have listfile data.
Sections that were appended to other sections have
listfile data.
Included file in the middle of a source file doesn
kill the listfile data before it in the source fil
any more.
Code outside .SECTIONs has now listfile data.
Listfiles contain now line number, base (65816 onl
bank, slot, PC and offset in addition to hexadecim
bytes.
If .SECTION "A" is using "AFTER "B"", .SECTION "A"
now inherit .SECTION "B"'s .BASE as well.
We now skip the generated RAM_USAGE_SLOT_* labels
trying to automatically find load address for a CB |
Short: WLA DX - 8-bit CPU Cross Macro Assem
Ville Helin & People at GitHub
ville helin gmail com (Ville Helin)
dev/cross
10.2
dev/cross/wla_dx_v10.1.lha
Another GB-Z80/Z80/6502/65C02/65CE02/65816/6800/68
[ALL] Added -d to disable WLA's ability to calcula
where A and B are labels.
[ALL] If SIZE is used with a .SECTION or .RAMSECTI
the section doesn't fit into it, we now issue an e
instead of a warning.
[ALL] .FOPEN should now work with makefile generat
[ALL] WLA's summary is now printed to stdout inste
stderr.
[ALL] Added support for UTF-8 source files (meanin
macro names, definitions, etc. can all be UTF-8).
[ALL] When .ROMBANKMAP had ROM banks of different
the verbose summary's ROM information was not full
[ALL] Memory overwrite messages should now have wo
line numbers in all cases.
[ALL] WLA assembles now "WLAI" library files and "
object files.
[ALL] Labels without ':' can now be used right on
line after a .MACRO call.
[ALL] Added keywords ISOLATED, ISOLATELOCAL and IS
to .MACRO. These make the local and unnamed labels
inside a .MACRO to stay inside and not affect the
outside world. The same goes for child label stack
[ALL] We now don't do substitution in code that is
using .IFs.
[ALL] Added SIZE to .DSTRUCT and .STRUCT and to IN
in .RAMSECTION and .ENUM.
[ALL] If padding is put to a .DSTRUCT or INSTANCEO
.RAMSECTION or .ENUM, _paddingof_* definition is c
unless -s is given.
[ALL] Added optional COUNT to INSTANCEOF in .RAMSE
.ENUM.
[ALL] Added NOLABELS to .DSTRUCT.
[ALL] Added round(), floor() and ceil().
[Z80] Added "EX HL,DE" (an alias for "EX DE,HL").
[Z80] Added "EX HL,(SP)" (an alias for "EX (SP),HL
[Z80] Added "EX IX,(SP)" (an alias for "EX (SP),IX
[Z80] Added "EX IY,(SP)" (an alias for "EX (SP),IY
[658] WDM takes now a byte (i.e., "WDM $12").
[651] Removed wla-6510 as wla-6502 can be used for
[650] Added undocumented opcodes to wla-6502.
[GB ] It's now possible to set the number of ROM b
any value larger than 0.
[GB ] WARNING: .ROMBANKS / .ROMBANKMAP don't write
size to $0148 any more, use .ROMSIZE for that.
[GB ] Added ROMSIZE to .GBHEADER.
Added -R (file paths inside link file are relative
linkfile's location).
WLALINK's summary is now printed to stdout instead
stderr.
WLALINK didn't print verbose mode's summary at the
listfile writing was enabled, but there was no lis
data.
Bankheader sections now have listfile data.
Sections that were appended to other sections have
listfile data.
Included file in the middle of a source file doesn
kill the listfile data before it in the source fil
any more.
Code outside .SECTIONs has now listfile data.
Listfiles contain now line number, base (65816 onl
bank, slot, PC and offset in addition to hexadecim
bytes.
If .SECTION "A" is using "AFTER "B"", .SECTION "A"
now inherit .SECTION "B"'s .BASE as well.
We now skip the generated RAM_USAGE_SLOT_* labels
trying to automatically find load address for a CB |
|
|
ld80.lha |
70.3KB |
22-04-2204/22 |
Short: L80 replacement linker
kissg@sztaki.hu (Gßbor Kiss) et al.
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
0.6.1
http://48k.ca/ld80.html
|
Short: L80 replacement linker
kissg@sztaki.hu (Gßbor Kiss) et al.
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
0.6.1
http://48k.ca/ld80.html
|
|
|
zmac.lha |
283.8KB |
22-04-2204/22 |
Short: Z80 Macro Cross Assembler
george@48k.ca (George Phillips) et al.
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
9feb2022
http://48k.ca/zmac.html
9feb2022 http://48k.ca/zmac.html
list only
if skipped lines
listing of everything
macro expansions
produce a symbol list
symbol sym to 1 before assembly (e.g., define it)
not interpret mnemonics as values in expressions |
Short: Z80 Macro Cross Assembler
george@48k.ca (George Phillips) et al.
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
9feb2022
http://48k.ca/zmac.html
9feb2022 http://48k.ca/zmac.html
list only
if skipped lines
listing of everything
macro expansions
produce a symbol list
symbol sym to 1 before assembly (e.g., define it)
not interpret mnemonics as values in expressions |
|
|
wla_dx_v10.1.lha |
7MB |
22-02-2002/20 |
Short: WLA DX - 8-bit CPU Cross Macro Assem
Ville Helin & People at GitHub
ville helin gmail com (Ville Helin)
dev/cross
10.1
dev/cross/wla_dx_v10.0.lha
Another GB-Z80/Z80/6502/65C02/65CE02/6510/65816/68
given in any order, only the first argument must b
section's name.
[ALL] A definition can be substituted with its val
labels (e.g., label_{COUNTER}) and in quoted strin
(e.g., {"ID={COUNTER}"}). Note that also label_{CO
works.
[ALL] Strings can be split to multiple lines using
[ALL] Added WINDOW and BITWINDOW to .SECTION and .
These can be used to limit where .SECTIONs and
.RAMSECTIONs are placed.
[ALL] The assembler is now able to calculate A-B w
A and B are labels in the same section. Only the l
used to be able to do this.
[ALL] WLA assembles now "WLAG" library files and "
object files.
[ALL] Fixed multiple memory leaks. Should now work
on an Amiga.
[ALL] .STRINGMAPTABLE works now with makefile gene
[ALL] We don't try to process special characters i
filenames in .INCDIR, .INCLUDE, .INCBIN, .FOPEN,
.BACKGROUND and .STRINGMAPTABLE.
[ALL] .IFs like ".if MINUS_ONE == -1" (negative va
the right side) didn't use to work.
[ALL] "JR -" (similar direct jumps to local labels
work again.
[ALL] Sharing a namespace between sections should
WLA to crash at exit.
[ALL] MAX_NAME_LENGTH is now 2047 instead of 255.
change allows longer strings/labels (NOTE: On Amig
and MSDOS the limit is 511, due to limited stack).
[ALL] Turned some huge stack allocations into heap
allocations.
[ALL] @ should now work in .IFs.
[ALL] __label__ should now work better in calculat
[658] The maximum SRAMSIZE in SNES ROM header is n
instead of 3.
[SFX] Fixed "MOVE (xx),Rn" macro instruction parsi
even currently WLA cannot create a SMS instruction
WLA postpones the argument's handling to WLALINK..
[Z80] Added CHECKSUMSIZE and FORCECHECKSUM to .SMS |
Short: WLA DX - 8-bit CPU Cross Macro Assem
Ville Helin & People at GitHub
ville helin gmail com (Ville Helin)
dev/cross
10.1
dev/cross/wla_dx_v10.0.lha
Another GB-Z80/Z80/6502/65C02/65CE02/6510/65816/68
given in any order, only the first argument must b
section's name.
[ALL] A definition can be substituted with its val
labels (e.g., label_{COUNTER}) and in quoted strin
(e.g., {"ID={COUNTER}"}). Note that also label_{CO
works.
[ALL] Strings can be split to multiple lines using
[ALL] Added WINDOW and BITWINDOW to .SECTION and .
These can be used to limit where .SECTIONs and
.RAMSECTIONs are placed.
[ALL] The assembler is now able to calculate A-B w
A and B are labels in the same section. Only the l
used to be able to do this.
[ALL] WLA assembles now "WLAG" library files and "
object files.
[ALL] Fixed multiple memory leaks. Should now work
on an Amiga.
[ALL] .STRINGMAPTABLE works now with makefile gene
[ALL] We don't try to process special characters i
filenames in .INCDIR, .INCLUDE, .INCBIN, .FOPEN,
.BACKGROUND and .STRINGMAPTABLE.
[ALL] .IFs like ".if MINUS_ONE == -1" (negative va
the right side) didn't use to work.
[ALL] "JR -" (similar direct jumps to local labels
work again.
[ALL] Sharing a namespace between sections should
WLA to crash at exit.
[ALL] MAX_NAME_LENGTH is now 2047 instead of 255.
change allows longer strings/labels (NOTE: On Amig
and MSDOS the limit is 511, due to limited stack).
[ALL] Turned some huge stack allocations into heap
allocations.
[ALL] @ should now work in .IFs.
[ALL] __label__ should now work better in calculat
[658] The maximum SRAMSIZE in SNES ROM header is n
instead of 3.
[SFX] Fixed "MOVE (xx),Rn" macro instruction parsi
even currently WLA cannot create a SMS instruction
WLA postpones the argument's handling to WLALINK..
[Z80] Added CHECKSUMSIZE and FORCECHECKSUM to .SMS |
|
|
dis8080.i386-aros.lha |
67.6KB |
22-01-2901/29 |
Short: Disassembler for Intel 8080 processo
Martin Aberg
aGGreSSor (amitrans narod ru)
dev/cross
2022
ABIv0; i386; InstallerLG
ADDR. This option can be used multiple times.
the following output.
lxi b,L0009
lxi h,L000A
jmp L000B
mov d,d
call L860A
ret
has become "out of phase". It is common to encount
lxi b,L0009
lxi h,L000A
jmp L000B
db $52 ; 'R'
db $cd
ldax b
add m
ret
improved by
|: | |: ,_|: ,__|:___ |:___ |: - |: ,_|
home cross-compilation factory |
Short: Disassembler for Intel 8080 processo
Martin Aberg
aGGreSSor (amitrans narod ru)
dev/cross
2022
ABIv0; i386; InstallerLG
ADDR. This option can be used multiple times.
the following output.
lxi b,L0009
lxi h,L000A
jmp L000B
mov d,d
call L860A
ret
has become "out of phase". It is common to encount
lxi b,L0009
lxi h,L000A
jmp L000B
db $52 ; 'R'
db $cd
ldax b
add m
ret
improved by
|: | |: ,_|: ,__|:___ |:___ |: - |: ,_|
home cross-compilation factory |
|
|
dis8080_OS4.lha |
67.4KB |
22-01-2901/29 |
Short: Disassembler for Intel 8080 processo
Martin Aberg
aGGreSSor (amitrans narod ru)
dev/cross
2022
InstallerLG
ADDR. This option can be used multiple times.
example/add.bin
the following output.
lxi b,L0009
lxi h,L000A
jmp L000B
mov d,d
call L860A
ret
has become "out of phase". It is common to encount
example/add.bin -d 0x0009 2
lxi b,L0009
lxi h,L000A
jmp L000B
db $52 ; 'R'
db $cd
ldax b
add m
ret
improved by
|: | |: ,_|: ,__|:___ |:___ |: - |: ,_|
home cross-compilation factory |
Short: Disassembler for Intel 8080 processo
Martin Aberg
aGGreSSor (amitrans narod ru)
dev/cross
2022
InstallerLG
ADDR. This option can be used multiple times.
example/add.bin
the following output.
lxi b,L0009
lxi h,L000A
jmp L000B
mov d,d
call L860A
ret
has become "out of phase". It is common to encount
example/add.bin -d 0x0009 2
lxi b,L0009
lxi h,L000A
jmp L000B
db $52 ; 'R'
db $cd
ldax b
add m
ret
improved by
|: | |: ,_|: ,__|:___ |:___ |: - |: ,_|
home cross-compilation factory |
|
|
dis8080.lha |
20.7KB |
22-01-0801/08 |
Short: Disassembler for Intel 8080 processo
martin@fripost.org (Martin ┼berg)
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
ADDR. This option can be used multiple times.
the following output.
lxi b,L0009
lxi h,L000A
jmp L000B
mov d,d
call L860A
ret
has become "out of phase". It is common to encount
lxi b,L0009
lxi h,L000A
jmp L000B
db $52 ; 'R'
db $cd
ldax b
add m
ret
|
Short: Disassembler for Intel 8080 processo
martin@fripost.org (Martin ┼berg)
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
ADDR. This option can be used multiple times.
the following output.
lxi b,L0009
lxi h,L000A
jmp L000B
mov d,d
call L860A
ret
has become "out of phase". It is common to encount
lxi b,L0009
lxi h,L000A
jmp L000B
db $52 ; 'R'
db $cd
ldax b
add m
ret
|
|
|
cbm6502asm.lha |
124.1KB |
21-08-1808/18 |
Short: The Commodore 6502ASM
Bob Norby
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
print errors to console during assembly
print symbol table
print cross reference
cross reference (default) |
Short: The Commodore 6502ASM
Bob Norby
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
print errors to console during assembly
print symbol table
print cross reference
cross reference (default) |
|
|
picasm_os4.lha |
141.8KB |
21-07-1607/16 |
Short: PIC16F84 Assembler for the Amiga
Timo Rossi, RDC
aGGreSSor/CPU (amitrans narod ru)
dev/cross
1.06
brain
Examples/
[-pic] [-w[n]] [-version]
http://aminet.net/package/dev/cross/devpic
|: | |: ,_|: ,__|:___ |:___ |: - |: ,_|
home cross-compilation factory |
Short: PIC16F84 Assembler for the Amiga
Timo Rossi, RDC
aGGreSSor/CPU (amitrans narod ru)
dev/cross
1.06
brain
Examples/
[-pic] [-w[n]] [-version]
http://aminet.net/package/dev/cross/devpic
|: | |: ,_|: ,__|:___ |:___ |: - |: ,_|
home cross-compilation factory |
|
|
picasm-1-06.i386-aros.lha |
122.2KB |
21-07-1507/15 |
Short: PIC16F84 Assembler for the Amiga
Timo Rossi, RDC
aGGreSSor/CPU (amitrans narod ru)
dev/cross
1.06
ABIv0; i386
picasm C:
[-pic] [-w[n]] [-version]
morse.hex
http://aminet.net/package/dev/cross/devpic
|: | |: ,_|: ,__|:___ |:___ |: - |: ,_|
home cross-compilation factory |
Short: PIC16F84 Assembler for the Amiga
Timo Rossi, RDC
aGGreSSor/CPU (amitrans narod ru)
dev/cross
1.06
ABIv0; i386
picasm C:
[-pic] [-w[n]] [-version]
morse.hex
http://aminet.net/package/dev/cross/devpic
|: | |: ,_|: ,__|:___ |:___ |: - |: ,_|
home cross-compilation factory |
|
|
64tass.i386-aros.lha |
967.5KB |
21-07-1307/13 |
Short: Cross assembler targeting the 65xx
Marek Matula, BigFoot/Breeze, Soci/Singular, Groep
aGGreSSor/CPU (amitrans narod ru)
dev/cross
1.54 r1900
ABIv0; i386, InstallerLG
are:
syntax to Omicron Turbo Assembler and Turbo Assemb
6502, 65C02, R65C02, W65C02, 65CE02, 65816, DTV, a
floating point, string, and array arithmetics avai
"linker" with section support
creating new software projects
Assembler Macro V1.54.1900
: RAM Disk:/bin
--help' or '64tass --usage' for more information.
Assembler Macro V1.54.1900
with ABSOLUTELY NO WARRANTY; This free software, a
script added
|: | |: ,_|: ,__|:___ |:___ |: - |: ,_|
home cross-compilation factory |
Short: Cross assembler targeting the 65xx
Marek Matula, BigFoot/Breeze, Soci/Singular, Groep
aGGreSSor/CPU (amitrans narod ru)
dev/cross
1.54 r1900
ABIv0; i386, InstallerLG
are:
syntax to Omicron Turbo Assembler and Turbo Assemb
6502, 65C02, R65C02, W65C02, 65CE02, 65816, DTV, a
floating point, string, and array arithmetics avai
"linker" with section support
creating new software projects
Assembler Macro V1.54.1900
: RAM Disk:/bin
--help' or '64tass --usage' for more information.
Assembler Macro V1.54.1900
with ABSOLUTELY NO WARRANTY; This free software, a
script added
|: | |: ,_|: ,__|:___ |:___ |: - |: ,_|
home cross-compilation factory |
|
|
wla_dx_v10.0.lha |
4.5MB |
21-06-2206/22 |
Short: 8-bit CPU Cross Macro Assembler Pack
Ville Helin & People at GitHub
ville helin gmail com (Ville Helin)
dev/cross
10.0
dev/cross/wla_dx_v9.12.lha
Another GB-Z80/Z80/6502/65C02/65CE02/6510/65816/68
that WLA calculates is now more fine grained and C
[ALL] WARNING: .ASC didn't map
but now all bytes given to .ASC are mapped. Consid
using .ASCSTR if you don't want to map special
characters.
[ALL] All strings (inside "") now support n, r, t,
x, < and >.
[ALL] 'n', 'r', 't' and '
[ALL] ASC() has now wider input support: e.g., ASC
and ASC($D) work.
[ALL] It's possible to feed a definition's name to
.MACRO by prefixing it with '&', e.g. &definition.
[ALL] Use ?1 inside a .MACRO to get the value of t
definition given as argument 1 (and prefixed with
[ALL] Added support for nameless INSTANCEOFs in
.ENUMs, .STRUCTs and .RAMSECTIONs.
[ALL] Computations with 32-bit binary values with
bits defined work now.
[ALL] It's possible to use binary values in comman
definitions (e.g., -D VALUE1=%10101010).
[ALL] Hexadecimal values can now also be given as
binary values as 0b11110000.
[ALL] .FAIL defaults now to exit code 1, and takes
optional exit code (e.g., ".FAIL 2").
[ALL] It's now possible to create, read and write
arrays using .ARRAYDEFINE/.ARRAYDEF/.ARRAYIN/.ARRA
[ALL] Added .ARRAYDB, .ARRAYDW, .ARRAYDL and .ARRA
[ALL] Added .BITS (like .DB but for bits) and .END
[ALL] WLA assembles now "WLAF" library files and "
object files.
[ALL] Added .FILTER (same as .DBM, but doesn't def
any bytes).
[ALL] Pending calculations inside bankheader secti
should work again.
[ALL] If an empty .SECTION/.RAMSECTION uses keywor
it is no longer discarded.
[ALL] The source section of APPENDTO operation is
linked with its ID, not name, so multiple sources
with the same name work now.
[ALL] defined(DEF_A) can be used in conditions to
if DEF_A is defined.
[ALL] exists("file.bin") can be used in conditions
ask if "file.bin" exists.
[ALL] .IF takes now complex conditions, e.g.,
".IF !defined(ZERO) && defined(ONE) && (ONE > 0)"
[ALL] Added .ELIF.
[ALL] Added ARG_IMMEDIATE to the types of an argum
of a .MACRO (asked using e.g., '?1').
[ALL] Added a flag "-k" that forces WLA to keep al
empty sections.
[ALL] Added AFTER keyword to .SECTION and .RAMSECT
which makes sections to be placed OFFSET bytes apa
[ALL] Added .FTELL (get the file position).
[ALL] Added .FSEEK (set the file position).
[ALL] -v prints now more information about the RAM
usage.
[ALL] Data generated by .MACROs and .REPEATs is no
visible in listfiles.
[ALL] Added support for LOBYTE() (get the low byte
0-7), HIBYTE() (get the high byte, bits 8-15), LOW
(get the low word, bits 0-15), HIWORD() (get the h
word, bits 16-31), BANKBYTE() (get the bank byte,
bits 16-23) and BANK() (get the bank).
[ALL] Unix filepaths in assembly files (.INCDIR...
should now work Amiga.
[SFX] Added Super FX support.
[GB ] Added alias "CPL A" (of "CPL").
[GB ] Added support for "STOP $01" - "STOP" with e
byte.
[Z80] Added SL1 (alias for SLL).
[Z80] Added "RES 0,(IX+d),A", "RES 0,(IY+d),A",
"RL (IX+d),A", "RL (IY+d),A", "RLC (IX+d),A",
"RLC (IY+d),A", "RR (IX+d),A", "RR (IY+d),A",
"RRC (IX+d),A", "RRC (IY+d),A", "SET 0,(IX+d),A",
"SET 0,(IY+d),A", "SLA (IX+d),A", "SLA (IY+d)",A",
"SLL (IX+d),A", "SLL (IY+d),A", "SRA (IX+d),A",
"SRA (IY+d),A", "SRL (IX+d),A", "SRL (IY+d),A" and
variants. |
Short: 8-bit CPU Cross Macro Assembler Pack
Ville Helin & People at GitHub
ville helin gmail com (Ville Helin)
dev/cross
10.0
dev/cross/wla_dx_v9.12.lha
Another GB-Z80/Z80/6502/65C02/65CE02/6510/65816/68
that WLA calculates is now more fine grained and C
[ALL] WARNING: .ASC didn't map
but now all bytes given to .ASC are mapped. Consid
using .ASCSTR if you don't want to map special
characters.
[ALL] All strings (inside "") now support n, r, t,
x, < and >.
[ALL] 'n', 'r', 't' and '
[ALL] ASC() has now wider input support: e.g., ASC
and ASC($D) work.
[ALL] It's possible to feed a definition's name to
.MACRO by prefixing it with '&', e.g. &definition.
[ALL] Use ?1 inside a .MACRO to get the value of t
definition given as argument 1 (and prefixed with
[ALL] Added support for nameless INSTANCEOFs in
.ENUMs, .STRUCTs and .RAMSECTIONs.
[ALL] Computations with 32-bit binary values with
bits defined work now.
[ALL] It's possible to use binary values in comman
definitions (e.g., -D VALUE1=%10101010).
[ALL] Hexadecimal values can now also be given as
binary values as 0b11110000.
[ALL] .FAIL defaults now to exit code 1, and takes
optional exit code (e.g., ".FAIL 2").
[ALL] It's now possible to create, read and write
arrays using .ARRAYDEFINE/.ARRAYDEF/.ARRAYIN/.ARRA
[ALL] Added .ARRAYDB, .ARRAYDW, .ARRAYDL and .ARRA
[ALL] Added .BITS (like .DB but for bits) and .END
[ALL] WLA assembles now "WLAF" library files and "
object files.
[ALL] Added .FILTER (same as .DBM, but doesn't def
any bytes).
[ALL] Pending calculations inside bankheader secti
should work again.
[ALL] If an empty .SECTION/.RAMSECTION uses keywor
it is no longer discarded.
[ALL] The source section of APPENDTO operation is
linked with its ID, not name, so multiple sources
with the same name work now.
[ALL] defined(DEF_A) can be used in conditions to
if DEF_A is defined.
[ALL] exists("file.bin") can be used in conditions
ask if "file.bin" exists.
[ALL] .IF takes now complex conditions, e.g.,
".IF !defined(ZERO) && defined(ONE) && (ONE > 0)"
[ALL] Added .ELIF.
[ALL] Added ARG_IMMEDIATE to the types of an argum
of a .MACRO (asked using e.g., '?1').
[ALL] Added a flag "-k" that forces WLA to keep al
empty sections.
[ALL] Added AFTER keyword to .SECTION and .RAMSECT
which makes sections to be placed OFFSET bytes apa
[ALL] Added .FTELL (get the file position).
[ALL] Added .FSEEK (set the file position).
[ALL] -v prints now more information about the RAM
usage.
[ALL] Data generated by .MACROs and .REPEATs is no
visible in listfiles.
[ALL] Added support for LOBYTE() (get the low byte
0-7), HIBYTE() (get the high byte, bits 8-15), LOW
(get the low word, bits 0-15), HIWORD() (get the h
word, bits 16-31), BANKBYTE() (get the bank byte,
bits 16-23) and BANK() (get the bank).
[ALL] Unix filepaths in assembly files (.INCDIR...
should now work Amiga.
[SFX] Added Super FX support.
[GB ] Added alias "CPL A" (of "CPL").
[GB ] Added support for "STOP $01" - "STOP" with e
byte.
[Z80] Added SL1 (alias for SLL).
[Z80] Added "RES 0,(IX+d),A", "RES 0,(IY+d),A",
"RL (IX+d),A", "RL (IY+d),A", "RLC (IX+d),A",
"RLC (IY+d),A", "RR (IX+d),A", "RR (IY+d),A",
"RRC (IX+d),A", "RRC (IY+d),A", "SET 0,(IX+d),A",
"SET 0,(IY+d),A", "SLA (IX+d),A", "SLA (IY+d)",A",
"SLL (IX+d),A", "SLL (IY+d),A", "SRA (IX+d),A",
"SRA (IY+d),A", "SRL (IX+d),A", "SRL (IY+d),A" and
variants. |
|
|
wla_dx_v9.12.lha |
4.3MB |
21-03-2103/21 |
Short: 8-bit CPU Cross Macro Assembler Pack
Ville Helin & People at GitHub
ville helin gmail com (Ville Helin)
dev/cross
9.12
dev/cross/wla_dx_v9.11.lha
Another GB-Z80/Z80/6502/65C02/65CE02/6510/65816/68
[ALL] Added .STRINGMAP and .STRINGMAPTABLE.
[ALL] Multiple include directories (via multiple -
are now supported.
[ALL] Use LABEL_{@+1} instead of LABEL_@+1
inside a macro, if you want to reference the next
label instead of the label's address + 1.
[ALL] Missing .INCBIN/.INCLUDE files don't break m
rules generation (-M) any more.
[ALL] Fixed .DBM, .DWM and .DLM, and 2 in .DWM and
[ALL] .MACRO string expansion (e.g., "1") now uses
arguments instead of just copying the plain text o
the argument.
[ALL] Object and library files support more than 2
source file IDs.
[ALL] WLA assembles now "WLAA" library files and "
object files.
[ALL] Fixed listfile writer, now opcode data stays
on the lines without spillovers. Affects 65816, Z8
SPC-700, 65C02, 65CE02 and HuC6280.
[ALL] Added support for ASC('?') (.ASC for individ
characters), e.g., "LD A, ASC('A')".
[ALL] Source code line can be split to multiple li
using '' between elements, in many places.
[ALL] .FAIL takes now an optional string.
[ALL] .DL, .DSL, .DLM etc. work also on other targ
than 65816.
[ALL] Added support for .DD, .DSD, .DDM, the same
.DB etc., but double word (32-bit).
[ALL] Added a flag "-h" to make all label referenc
by default (size hints still work).
[ALL] Added support for .HEX (yet another way of
defining bytes.
[ALL] Added support for __label__ (last defined pa
label).
[ALL] Added .ASCSTR that maps (like .ASC) only sup
strings, not loose bytes.
[658] SECTIONEND labels that overflowed from a ban
had wrong address in symbol files.
[Z80] Fixed the broken (broke in v9.11) regioncode
in .SMSHEADER.
[SPC] It's now possible to used e.g., defines with
mnemonics like BBC and SET1, not just raw numbers.
[SPC] In many mnemonics where a dot was required y
now also use commas instead (e.g., BBC and SET1). |
Short: 8-bit CPU Cross Macro Assembler Pack
Ville Helin & People at GitHub
ville helin gmail com (Ville Helin)
dev/cross
9.12
dev/cross/wla_dx_v9.11.lha
Another GB-Z80/Z80/6502/65C02/65CE02/6510/65816/68
[ALL] Added .STRINGMAP and .STRINGMAPTABLE.
[ALL] Multiple include directories (via multiple -
are now supported.
[ALL] Use LABEL_{@+1} instead of LABEL_@+1
inside a macro, if you want to reference the next
label instead of the label's address + 1.
[ALL] Missing .INCBIN/.INCLUDE files don't break m
rules generation (-M) any more.
[ALL] Fixed .DBM, .DWM and .DLM, and 2 in .DWM and
[ALL] .MACRO string expansion (e.g., "1") now uses
arguments instead of just copying the plain text o
the argument.
[ALL] Object and library files support more than 2
source file IDs.
[ALL] WLA assembles now "WLAA" library files and "
object files.
[ALL] Fixed listfile writer, now opcode data stays
on the lines without spillovers. Affects 65816, Z8
SPC-700, 65C02, 65CE02 and HuC6280.
[ALL] Added support for ASC('?') (.ASC for individ
characters), e.g., "LD A, ASC('A')".
[ALL] Source code line can be split to multiple li
using '' between elements, in many places.
[ALL] .FAIL takes now an optional string.
[ALL] .DL, .DSL, .DLM etc. work also on other targ
than 65816.
[ALL] Added support for .DD, .DSD, .DDM, the same
.DB etc., but double word (32-bit).
[ALL] Added a flag "-h" to make all label referenc
by default (size hints still work).
[ALL] Added support for .HEX (yet another way of
defining bytes.
[ALL] Added support for __label__ (last defined pa
label).
[ALL] Added .ASCSTR that maps (like .ASC) only sup
strings, not loose bytes.
[658] SECTIONEND labels that overflowed from a ban
had wrong address in symbol files.
[Z80] Fixed the broken (broke in v9.11) regioncode
in .SMSHEADER.
[SPC] It's now possible to used e.g., defines with
mnemonics like BBC and SET1, not just raw numbers.
[SPC] In many mnemonics where a dot was required y
now also use commas instead (e.g., BBC and SET1). |
|
|
rasm_os4.lha |
1.5MB |
20-11-3011/30 |
Short: Roudoudou's Z80 Assembler
Édouard Bergé
aGGreSSor/CPU (amitrans narod ru)
dev/cross
1.3
brain
assembling (millions of instructions in a blink of
French documentation
order to finish my demo before the deadline of the
512K cartridge compiled in a blink of an eye even
[options]
automatic radix from input filename
filename> choose a full filename for binary out
filename> choose a full filename for symbol out
set a path for files to read
disable all file output
EXPORT:
'dot' label convention
behaviour mimic
behaviour mimic
set maximum number of error (0 means no limit)
treat warnings as errors
extended error display
disable warnings
force void usage with macro without parameter
BRK now generates #ED,#FF opcode
|: | |: ,_|: ,__|:___ |:___ |: - |: ,_|
home cross-compilation factory |
Short: Roudoudou's Z80 Assembler
Édouard Bergé
aGGreSSor/CPU (amitrans narod ru)
dev/cross
1.3
brain
assembling (millions of instructions in a blink of
French documentation
order to finish my demo before the deadline of the
512K cartridge compiled in a blink of an eye even
[options]
automatic radix from input filename
filename> choose a full filename for binary out
filename> choose a full filename for symbol out
set a path for files to read
disable all file output
EXPORT:
'dot' label convention
behaviour mimic
behaviour mimic
set maximum number of error (0 means no limit)
treat warnings as errors
extended error display
disable warnings
force void usage with macro without parameter
BRK now generates #ED,#FF opcode
|: | |: ,_|: ,__|:___ |:___ |: - |: ,_|
home cross-compilation factory |
|
|
A09-1.45.lha |
275KB |
20-11-2911/29 |
Short: 6800/6801/6809/6301/6309 Assembler
Hermann Seib, Steve Byan
aGGreSSor/CPU (amitrans narod ru)
dev/cross
1.45
brain
a complete Macro Assembler that is functionally
excellent piece of software works within 50K or so
binary output file
Flex9 RELASMB-compatible output file name
Motorola S-record output file name
list file (default no listing)
symbol (see TEXT directive below)
corresponds to ASMB's command line parameters 1-3)
one source file must be given; the first one also
string delimiters in the output any more;
|: | |: ,_|: ,__|:___ |:___ |: - |: ,_|
home cross-compilation factory |
Short: 6800/6801/6809/6301/6309 Assembler
Hermann Seib, Steve Byan
aGGreSSor/CPU (amitrans narod ru)
dev/cross
1.45
brain
a complete Macro Assembler that is functionally
excellent piece of software works within 50K or so
binary output file
Flex9 RELASMB-compatible output file name
Motorola S-record output file name
list file (default no listing)
symbol (see TEXT directive below)
corresponds to ASMB's command line parameters 1-3)
one source file must be given; the first one also
string delimiters in the output any more;
|: | |: ,_|: ,__|:___ |:___ |: - |: ,_|
home cross-compilation factory |
|
|
cazm-1.27.lha |
154.4KB |
20-11-2911/29 |
Short: Z80 Cross Assembler
Carsten Rose, Chris Young
aGGreSSor/CPU (amitrans narod ru)
dev/cross
1.27
brain
Mode Print on 'stdout' generated Objectcode
adresses, mnemonic, source (v=MNE,V=ALL).
format (used by many Eprommer).
1.26ß to 1.27:
as a DEFB value delimiter
|: | |: ,_|: ,__|:___ |:___ |: - |: ,_|
home cross-compilation factory |
Short: Z80 Cross Assembler
Carsten Rose, Chris Young
aGGreSSor/CPU (amitrans narod ru)
dev/cross
1.27
brain
Mode Print on 'stdout' generated Objectcode
adresses, mnemonic, source (v=MNE,V=ALL).
format (used by many Eprommer).
1.26ß to 1.27:
as a DEFB value delimiter
|: | |: ,_|: ,__|:___ |:___ |: - |: ,_|
home cross-compilation factory |
|
|
F9DASM-1.80.lha |
347.7KB |
20-11-2911/29 |
Short: 6800/6801/6809/6309 Disassembler
Hermann Seib
aGGreSSor/CPU (amitrans narod ru)
dev/cross
1.80
brain
and disassemble files in binary, Intel Hex, Motor
format. To get a really usable output, you c
|: | |: ,_|: ,__|:___ |:___ |: - |: ,_|
home cross-compilation factory |
Short: 6800/6801/6809/6309 Disassembler
Hermann Seib
aGGreSSor/CPU (amitrans narod ru)
dev/cross
1.80
brain
and disassemble files in binary, Intel Hex, Motor
format. To get a really usable output, you c
|: | |: ,_|: ,__|:___ |:___ |: - |: ,_|
home cross-compilation factory |
|
|
dasm.i386-aros.lha |
1.1MB |
20-11-2711/27 |
Short: Assembler supporting various 8 bit C
the DASM team
aGGreSSor/CPU (amitrans narod ru)
dev/cross
2.20.14.1
ABIv0; i386
output format 1-3 (default 1)
output file name (else a.out)
list file name (else none generated)
list file, containing all passes
symbol dump file name (else none generated)
verboseness 0-4 (default 0)
debug mode (for developers)
define symbol, set to 0
search directory for INCLUDE and INCBIN
maximum number of passes
maximum number of passes, with fewer checks
symbol table sorting (default 0 = aplhabet, 1 = va
error format (default 0 = MS, 1 = Dillon, 2 = GNU)
strict syntax checking
remove binary output-file in case of errors
safety barrier to abort on recursions,
max. allowed file-size in kB
|: | |: ,_|: ,__|:___ |:___ |: - |: ,_|
home cross-compilation factory |
Short: Assembler supporting various 8 bit C
the DASM team
aGGreSSor/CPU (amitrans narod ru)
dev/cross
2.20.14.1
ABIv0; i386
output format 1-3 (default 1)
output file name (else a.out)
list file name (else none generated)
list file, containing all passes
symbol dump file name (else none generated)
verboseness 0-4 (default 0)
debug mode (for developers)
define symbol, set to 0
search directory for INCLUDE and INCBIN
maximum number of passes
maximum number of passes, with fewer checks
symbol table sorting (default 0 = aplhabet, 1 = va
error format (default 0 = MS, 1 = Dillon, 2 = GNU)
strict syntax checking
remove binary output-file in case of errors
safety barrier to abort on recursions,
max. allowed file-size in kB
|: | |: ,_|: ,__|:___ |:___ |: - |: ,_|
home cross-compilation factory |
|
|
dasm_os4.lha |
1.1MB |
20-11-2711/27 |
Short: Assembler supporting various 8 bit C
the DASM team
aGGreSSor/CPU (amitrans narod ru)
dev/cross
2.20.14.1
brain
output format 1-3 (default 1)
output file name (else a.out)
list file name (else none generated)
list file, containing all passes
symbol dump file name (else none generated)
verboseness 0-4 (default 0)
debug mode (for developers)
define symbol, set to 0
search directory for INCLUDE and INCBIN
maximum number of passes
maximum number of passes, with fewer checks
symbol table sorting (default 0 = aplhabet, 1 = va
error format (default 0 = MS, 1 = Dillon, 2 = GNU)
strict syntax checking
remove binary output-file in case of errors
safety barrier to abort on recursions,
max. allowed file-size in kB
|: | |: ,_|: ,__|:___ |:___ |: - |: ,_|
home cross-compilation factory |
Short: Assembler supporting various 8 bit C
the DASM team
aGGreSSor/CPU (amitrans narod ru)
dev/cross
2.20.14.1
brain
output format 1-3 (default 1)
output file name (else a.out)
list file name (else none generated)
list file, containing all passes
symbol dump file name (else none generated)
verboseness 0-4 (default 0)
debug mode (for developers)
define symbol, set to 0
search directory for INCLUDE and INCBIN
maximum number of passes
maximum number of passes, with fewer checks
symbol table sorting (default 0 = aplhabet, 1 = va
error format (default 0 = MS, 1 = Dillon, 2 = GNU)
strict syntax checking
remove binary output-file in case of errors
safety barrier to abort on recursions,
max. allowed file-size in kB
|: | |: ,_|: ,__|:___ |:___ |: - |: ,_|
home cross-compilation factory |
|
|
rasm.lha |
1MB |
20-10-1110/11 |
Short: Roudoudou's Z80 Assembler
Édouard Bergé
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
1.3
Collet / ZX7 (c) Einar Saukas / Exomizer 2 (c) Mag
[options]
automatic radix from input filename
set a path for files to read
disable all file output
EXPORT:
output dependencies on a single line
output dependencies as a list
export symbols with source code convention
unused symbols (alias, var or label)
style calculations
behaviour mimic
behaviour mimic
behaviour mimic
set maximum number of error (0 means no limit)
treat warnings as errors
extended error display
disable warnings
force void usage with macro without parameter |
Short: Roudoudou's Z80 Assembler
Édouard Bergé
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
1.3
Collet / ZX7 (c) Einar Saukas / Exomizer 2 (c) Mag
[options]
automatic radix from input filename
set a path for files to read
disable all file output
EXPORT:
output dependencies on a single line
output dependencies as a list
export symbols with source code convention
unused symbols (alias, var or label)
style calculations
behaviour mimic
behaviour mimic
behaviour mimic
set maximum number of error (0 means no limit)
treat warnings as errors
extended error display
disable warnings
force void usage with macro without parameter |
|
|
Effectus.lha |
10.5MB |
20-08-2808/28 |
Short: Action! cross-compiler using MADS
Bostjan "Gury" Gorisek
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
0.5.2
Mad Pascal, Mad Assembler
http://freeweb.siol.net/diomedes/effectus/
Binary file extension
Clear summarized log file
Effectus variable usage list
Effectus only translate source to Mad Pascal
Variable zero page address
BYTE variable zero page address
CARD (word) variable zero page address
Pointer (PByte) zero page address |
Short: Action! cross-compiler using MADS
Bostjan "Gury" Gorisek
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
0.5.2
Mad Pascal, Mad Assembler
http://freeweb.siol.net/diomedes/effectus/
Binary file extension
Clear summarized log file
Effectus variable usage list
Effectus only translate source to Mad Pascal
Variable zero page address
BYTE variable zero page address
CARD (word) variable zero page address
Pointer (PByte) zero page address |
|
|
wla_dx-mos.lha |
2.7MB |
20-07-2207/22 |
Short: 8-bit CPU Cross Macro Assembler Pack
ville.helin@gmail.com (Ville Helin)
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
9.11
dev/cross/wla_dx_9.2-mos.lha
http://www.villehelin.com/wla.html
Another
and linking them together (`wlalink`). WLA DX isn'
# Generate build system`
cmake_install.cmake # Install it (optional)` |
Short: 8-bit CPU Cross Macro Assembler Pack
ville.helin@gmail.com (Ville Helin)
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
9.11
dev/cross/wla_dx_9.2-mos.lha
http://www.villehelin.com/wla.html
Another
and linking them together (`wlalink`). WLA DX isn'
# Generate build system`
cmake_install.cmake # Install it (optional)` |
|
|
wla_dx_v9.11.lha |
4.7MB |
20-07-1807/18 |
Short: 8-bit CPU Cross Macro Assembler Pack
Ville Helin & People@GitHub
ville helin gmail com (Ville Helin)
dev/cross
9.11
dev/cross/wla_dx_v9.10.lha
Another GB-Z80/Z80/6502/65C02/65CE02/6510/65816/68
63 characters long strings.
[ALL] A directive with the first argument being
negative wasn't parsed properly.
[ALL] Added an alias for .INCLUDE (.INC).
[ALL] Added RETURNORG to .RAMSECTION.
[ALL] Using a .RAMSECTION without RETURNORG doesn'
up the .ORG any more.
[ALL] Macro names can now start with a '.'.
[ALL] Getting the ROM bank number using ':' can no
used also with ROM addresses and their calculation
[ALL] When using .MACROs, use '.' to get the macro
[ALL] SLOTs can now be given names.
[ALL] SLOTs can now be referenced by their name, I
or address.
[ALL] .PRINT & .PRINTT can now print address label
[ALL] Simple additions and subtractions can be use
"@" in macros when creating/referencing a label.
[ALL] Plain "OFFSET = 10" is now also accepted as
a define. No .DEFINE/.DEF is required.
[ALL] .INCDIR, .INCBIN, .FOPEN, .INCLUDE, .OUTNAME
.IFEXISTS and .BACKGROUND now also take strings
without quotation marks.
[ALL] Integrated https://github.com/mpaland/printf
snprintf(), changed all sprintf() calls to snprint
[ALL] It's possible to skip bytes in .RAMSECTIONs
"." as the label.
[ALL] Added support for FORCE, SEMIFREE and SEMISU
to .RAMSECTION.
[ALL] Added OFFSET to .SECTION and .RAMSECTION.
[ALL] The type of the argument for a .MACRO can no
asked in an .IF using e.g., '?1'.
[ALL] Added a flag "-s" to disable _sizeof_* defin
creation.
[ALL] .DSTRUCT can now create child labels (e.g.,
".DSTRUCT @Instance INSTANCEOF MyStruct VALUES").
[ALL] WLA assembles now "WLA9" library files and "
object files.
[ALL] .ENDST should be case insensitive in all cas
[ALL] .INCLUDE/.INC can now be used inside .MACROs
[ALL] .INCLUDE/.INC can now be given the filename
pieces, e.g. ".INC ROOTDIR, SUBDIR, "filename.s"".
[ALL] Added ONCE to .INCLUDE/.INC.
[ALL] Macro calls can now be made from the very be
of a new line (where labels are).
[ALL] Added NAMESPACE to .INCLUDE/.INC.
[ALL] Improved WLA's string.length parsing capabil
[ALL] Sections can avoid WLALINK's discard mechani
with a keyword "KEEP" ('!' at the beginning of a
.SECTION's name works still also).
[ALL] Un-named labels (like "-", "+" and "__") don
to be defined at the very beginning of the line ei
[ALL] Removed some redundant definitions from .RAM
(.STRUCT) INSTANCEOF when the number of instances
[ALL] Added support for optional STARTFROM to .RAM
(.STRUCT) INSTANCEOF (starting index other than 1)
[Z80] Removed warnings for "JP (HL)", "JP (IX)" an
"JP (IY)".
[Z80] Added ROMSIZE to .SMSHEADER. Fixed automatic
ROMSIZE calculation.
E] Added support for CSG65CE02.
] Added support for W65C02S's "WAI" and "STP".
[658] Added support for WDC standard mnemonics via
and .NOWDC.
[658] Added support for .DLM (24-bit version of .D |
Short: 8-bit CPU Cross Macro Assembler Pack
Ville Helin & People@GitHub
ville helin gmail com (Ville Helin)
dev/cross
9.11
dev/cross/wla_dx_v9.10.lha
Another GB-Z80/Z80/6502/65C02/65CE02/6510/65816/68
63 characters long strings.
[ALL] A directive with the first argument being
negative wasn't parsed properly.
[ALL] Added an alias for .INCLUDE (.INC).
[ALL] Added RETURNORG to .RAMSECTION.
[ALL] Using a .RAMSECTION without RETURNORG doesn'
up the .ORG any more.
[ALL] Macro names can now start with a '.'.
[ALL] Getting the ROM bank number using ':' can no
used also with ROM addresses and their calculation
[ALL] When using .MACROs, use '.' to get the macro
[ALL] SLOTs can now be given names.
[ALL] SLOTs can now be referenced by their name, I
or address.
[ALL] .PRINT & .PRINTT can now print address label
[ALL] Simple additions and subtractions can be use
"@" in macros when creating/referencing a label.
[ALL] Plain "OFFSET = 10" is now also accepted as
a define. No .DEFINE/.DEF is required.
[ALL] .INCDIR, .INCBIN, .FOPEN, .INCLUDE, .OUTNAME
.IFEXISTS and .BACKGROUND now also take strings
without quotation marks.
[ALL] Integrated https://github.com/mpaland/printf
snprintf(), changed all sprintf() calls to snprint
[ALL] It's possible to skip bytes in .RAMSECTIONs
"." as the label.
[ALL] Added support for FORCE, SEMIFREE and SEMISU
to .RAMSECTION.
[ALL] Added OFFSET to .SECTION and .RAMSECTION.
[ALL] The type of the argument for a .MACRO can no
asked in an .IF using e.g., '?1'.
[ALL] Added a flag "-s" to disable _sizeof_* defin
creation.
[ALL] .DSTRUCT can now create child labels (e.g.,
".DSTRUCT @Instance INSTANCEOF MyStruct VALUES").
[ALL] WLA assembles now "WLA9" library files and "
object files.
[ALL] .ENDST should be case insensitive in all cas
[ALL] .INCLUDE/.INC can now be used inside .MACROs
[ALL] .INCLUDE/.INC can now be given the filename
pieces, e.g. ".INC ROOTDIR, SUBDIR, "filename.s"".
[ALL] Added ONCE to .INCLUDE/.INC.
[ALL] Macro calls can now be made from the very be
of a new line (where labels are).
[ALL] Added NAMESPACE to .INCLUDE/.INC.
[ALL] Improved WLA's string.length parsing capabil
[ALL] Sections can avoid WLALINK's discard mechani
with a keyword "KEEP" ('!' at the beginning of a
.SECTION's name works still also).
[ALL] Un-named labels (like "-", "+" and "__") don
to be defined at the very beginning of the line ei
[ALL] Removed some redundant definitions from .RAM
(.STRUCT) INSTANCEOF when the number of instances
[ALL] Added support for optional STARTFROM to .RAM
(.STRUCT) INSTANCEOF (starting index other than 1)
[Z80] Removed warnings for "JP (HL)", "JP (IX)" an
"JP (IY)".
[Z80] Added ROMSIZE to .SMSHEADER. Fixed automatic
ROMSIZE calculation.
E] Added support for CSG65CE02.
] Added support for W65C02S's "WAI" and "STP".
[658] Added support for WDC standard mnemonics via
and .NOWDC.
[658] Added support for .DLM (24-bit version of .D |
|
|
chkXEX.lha |
19.1KB |
20-04-2704/27 |
Short: show info about Atari XE/XL executab
tebe6502@o2.pl (Tomasz Biela)
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
https://github.com/tebe6502/chkXEX |
Short: show info about Atari XE/XL executab
tebe6502@o2.pl (Tomasz Biela)
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
https://github.com/tebe6502/chkXEX |
|
|
x65.lha |
681.3KB |
20-03-2003/20 |
Short: 6502 Macro Assembler
Carl-Henrik Skårstedt, port by uploader
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
rev. 10
https://sites.google.com/view/side-project-c64-too
: Add include path
/ -opcodes = (file.s) : dump all available opcodes
use Merlin syntax |
Short: 6502 Macro Assembler
Carl-Henrik Skårstedt, port by uploader
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
rev. 10
https://sites.google.com/view/side-project-c64-too
: Add include path
/ -opcodes = (file.s) : dump all available opcodes
use Merlin syntax |
|
|
f9dasm.lha |
108.7KB |
19-12-2812/28 |
Short: Disassembler for Motorola 68xx
office@hermannseib.com (Hermann Seib)
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
1.78
https://www.hermannseib.com/english/opensource.htm
for Motorola 6800/6801/6809 and Hitachi 6301/6303/
is provided for Linux systems; this may also work |
Short: Disassembler for Motorola 68xx
office@hermannseib.com (Hermann Seib)
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
1.78
https://www.hermannseib.com/english/opensource.htm
for Motorola 6800/6801/6809 and Hitachi 6301/6303/
is provided for Linux systems; this may also work |
|
|
wla_dx_v9.10.lha |
3.1MB |
19-12-2312/23 |
Short: 8-bit CPU Cross Macro Assembler Pack
Ville Helin & People@GitHub
ville helin gmail com (Ville Helin)
dev/cross
9.10
dev/cross/wla_dx_v9.9.lha
Another GB-Z80/Z80/6502/65C02/6510/65816/6800/6800
[658] Fixed SNES ROM checksum calculation.
[658] Fixed 24-bit non-label symbols in NO$SNES sy
file generator.
[Z80] Added aliases for ADC, ADD, AND, CP, OR, SBC
SUB and XOR.
[Z80] Added aliases "LD PC,HL", "LD PC,IX",
"LD PC,IY", "JP HL", "JP IX" and "JP IY".
[Z80] WLA will now issue a warning if "JP (HL)",
"JP (IX)" or "JP (IY)" are used as they are
semantically wrong.
[Z80] Added register aliases HX (IXH), LX (IXL),
HY (IYH) and LY (IYL).
[GB ] Added aliases for ADC, ADD, AND, CP, OR, SBC
SUB and XOR.
[GB ] Added alias "JP (HL)", but WLA will also iss
warning if it's used as it's semantically wrong.
[ALL] Unary XOR (e.g., "~$FF") is now calculated a
[ALL] Added support for 24-bit and 32-bit XORs in
calculations.
[ALL] RST can now be used with a label/pending cal
[ALL] ".DEFINE INDEX @" inside a macro works now.
[ALL] Added a fflush() to print_error() - now all
messages should be printed on screen no matter wha
[ALL] .BLOCK name can now contain spaces.
[ALL] WLA assembles now "WLA6" library files and "
object files.
[ALL] Added a new syntax to .DSTRUCT (old works, t
[ALL] Changed the way ".ENUM xyz DESC" works.
[ALL] .ROW and .DATA should now work better with 1
and 24-bit values.
[ALL] Defines with negative values are now parsed
[ALL] .BLOCK (and .ENDB) prints the block size onc
[ALL] Added support for C++ style comments (//).
[ALL] WLA assembles now "WLA4" library files and "
object files.
[ALL] References to a pending computation from ins
define from inside a pending computation should wo
[ALL] WLA can now be given string definitions from
command line.
[680] Added support for MC6800.
[680] Added support for MC6801.
[680] Added support for MC6809.
[800] Added support for I8008.
[658] 24-bit addresses of RAMSECTION labels should
now when using .LOROM / .HIROM. / .EXHIROM.
[GB ] Fixed Pocket Camera cartridge type, added su
for 64Mbit ROM and 512kbit RAM types.
section's name string.
[ALL] Getting bank number with :CADDR works again.
[ALL] WLA assembles now "WLA3" library files and "
object files.
[ALL] .REPEATs, .DBs, .DWs, .DLs and macro calls d
mess up listfiles any more.
[ALL] Added support for prioritizing sections when
placing them to the output ROM/PRG.
[ALL] The _sizeof_[label]s for labels that are fol
a dotted .DSB etc. are now calculated correctly.
[ALL] The maximum allowed number of digits for flo
now 24 instead of the old 8.
[ALL] _sizeof_[label]s are now calculated correctl
for .STRUCTs in .RAMSECTIONs.
[ALL] WLA's -x flag now creates SECTIONSTART_[sect
and SECTIONEND_[section name] labels for each sect
[ALL] The assembler and the linker now display exa
about how to run them when run with incorrect para
[ALL] .RAMSECTIONs can now be used inside librarie
but BANK and SLOT must be defined for the RAMSECTI
under [ramsections] in WLALINK's linkfile.
[ALL] WLA (WLALINK did this already) assumes that
are 256 RAM banks for each SLOT. The number of ROM
banks doesn't affect the number of RAM banks any m
[ALL] Added APPENDTO to .RAMSECTIONs.
[ALL] Added .TABLE, .ROW and .DATA - an alternativ
to .DB, .DW and .DL.
[ALL] When allocating a new unknown reference, we'
its base to 0 instead of not initializing base at
[ALL] When inserting padding to a section (for exa
for an unsolved 8-bit reference) we now set the pa
to be $CD instead of letting it be uninitialized.
[ALL] References from bank header sections are now
when we discard unreferenced sections.
[ALL] Fix buffer overflow for xXX strings.
[ALL] Fixed a possible crash bug when printing opc
in DEBUG executable.
[ALL] Allow .BACKGROUND file to be smaller than th
output ROM.
[ALL] Fixed a couple possible buffer overflows.
[ALL] Fixed CRC calculating on some 64-bit platfor
[ALL] Macros rounded all floating point arguments
integers - not any more.
[ALL] Added support for "string".length.
[ALL] The documentation is now ReadTheDocs.org com |
Short: 8-bit CPU Cross Macro Assembler Pack
Ville Helin & People@GitHub
ville helin gmail com (Ville Helin)
dev/cross
9.10
dev/cross/wla_dx_v9.9.lha
Another GB-Z80/Z80/6502/65C02/6510/65816/6800/6800
[658] Fixed SNES ROM checksum calculation.
[658] Fixed 24-bit non-label symbols in NO$SNES sy
file generator.
[Z80] Added aliases for ADC, ADD, AND, CP, OR, SBC
SUB and XOR.
[Z80] Added aliases "LD PC,HL", "LD PC,IX",
"LD PC,IY", "JP HL", "JP IX" and "JP IY".
[Z80] WLA will now issue a warning if "JP (HL)",
"JP (IX)" or "JP (IY)" are used as they are
semantically wrong.
[Z80] Added register aliases HX (IXH), LX (IXL),
HY (IYH) and LY (IYL).
[GB ] Added aliases for ADC, ADD, AND, CP, OR, SBC
SUB and XOR.
[GB ] Added alias "JP (HL)", but WLA will also iss
warning if it's used as it's semantically wrong.
[ALL] Unary XOR (e.g., "~$FF") is now calculated a
[ALL] Added support for 24-bit and 32-bit XORs in
calculations.
[ALL] RST can now be used with a label/pending cal
[ALL] ".DEFINE INDEX @" inside a macro works now.
[ALL] Added a fflush() to print_error() - now all
messages should be printed on screen no matter wha
[ALL] .BLOCK name can now contain spaces.
[ALL] WLA assembles now "WLA6" library files and "
object files.
[ALL] Added a new syntax to .DSTRUCT (old works, t
[ALL] Changed the way ".ENUM xyz DESC" works.
[ALL] .ROW and .DATA should now work better with 1
and 24-bit values.
[ALL] Defines with negative values are now parsed
[ALL] .BLOCK (and .ENDB) prints the block size onc
[ALL] Added support for C++ style comments (//).
[ALL] WLA assembles now "WLA4" library files and "
object files.
[ALL] References to a pending computation from ins
define from inside a pending computation should wo
[ALL] WLA can now be given string definitions from
command line.
[680] Added support for MC6800.
[680] Added support for MC6801.
[680] Added support for MC6809.
[800] Added support for I8008.
[658] 24-bit addresses of RAMSECTION labels should
now when using .LOROM / .HIROM. / .EXHIROM.
[GB ] Fixed Pocket Camera cartridge type, added su
for 64Mbit ROM and 512kbit RAM types.
section's name string.
[ALL] Getting bank number with :CADDR works again.
[ALL] WLA assembles now "WLA3" library files and "
object files.
[ALL] .REPEATs, .DBs, .DWs, .DLs and macro calls d
mess up listfiles any more.
[ALL] Added support for prioritizing sections when
placing them to the output ROM/PRG.
[ALL] The _sizeof_[label]s for labels that are fol
a dotted .DSB etc. are now calculated correctly.
[ALL] The maximum allowed number of digits for flo
now 24 instead of the old 8.
[ALL] _sizeof_[label]s are now calculated correctl
for .STRUCTs in .RAMSECTIONs.
[ALL] WLA's -x flag now creates SECTIONSTART_[sect
and SECTIONEND_[section name] labels for each sect
[ALL] The assembler and the linker now display exa
about how to run them when run with incorrect para
[ALL] .RAMSECTIONs can now be used inside librarie
but BANK and SLOT must be defined for the RAMSECTI
under [ramsections] in WLALINK's linkfile.
[ALL] WLA (WLALINK did this already) assumes that
are 256 RAM banks for each SLOT. The number of ROM
banks doesn't affect the number of RAM banks any m
[ALL] Added APPENDTO to .RAMSECTIONs.
[ALL] Added .TABLE, .ROW and .DATA - an alternativ
to .DB, .DW and .DL.
[ALL] When allocating a new unknown reference, we'
its base to 0 instead of not initializing base at
[ALL] When inserting padding to a section (for exa
for an unsolved 8-bit reference) we now set the pa
to be $CD instead of letting it be uninitialized.
[ALL] References from bank header sections are now
when we discard unreferenced sections.
[ALL] Fix buffer overflow for xXX strings.
[ALL] Fixed a possible crash bug when printing opc
in DEBUG executable.
[ALL] Allow .BACKGROUND file to be smaller than th
output ROM.
[ALL] Fixed a couple possible buffer overflows.
[ALL] Fixed CRC calculating on some 64-bit platfor
[ALL] Macros rounded all floating point arguments
integers - not any more.
[ALL] Added support for "string".length.
[ALL] The documentation is now ReadTheDocs.org com |
|
|
f64summer.lha |
19.7KB |
19-10-2810/28 |
Short: Checksummer for BASIC listings
felix@palmen-it.de (Felix Palmen)
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
command to execute the C compiler (default: cc)
flags for the C compiler (default: -g0 -O2)
command to execute ca65 (default: ca65)
command to execute ld65 (default: ld65)
command to execute petcat (default: petcat)
checksums:
BASIC program with checksumming:
.prg for your target platform
turn of computer to deactivate the checksummer |
Short: Checksummer for BASIC listings
felix@palmen-it.de (Felix Palmen)
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
command to execute the C compiler (default: cc)
flags for the C compiler (default: -g0 -O2)
command to execute ca65 (default: ca65)
command to execute ld65 (default: ld65)
command to execute petcat (default: petcat)
checksums:
BASIC program with checksumming:
.prg for your target platform
turn of computer to deactivate the checksummer |
|
|
ToolShed.lha |
2.9MB |
19-10-2110/21 |
Short: A CoCo Cross-Development Toolset
The ToolShed Team, port by uploader
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
2.2
http://www.sourceforge.net/projects/toolshed
43588 ----rwed Heute 07:00:15
149948 ----rwed Heute 07:00:17
161048 ----rwed Heute 07:00:17
113472 ----rwed Heute 07:00:15
135892 ----rwed Heute 07:00:17
83444 ----rwed Heute 07:00:18
31512 ----rwed Heute 07:00:17 |
Short: A CoCo Cross-Development Toolset
The ToolShed Team, port by uploader
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
2.2
http://www.sourceforge.net/projects/toolshed
43588 ----rwed Heute 07:00:15
149948 ----rwed Heute 07:00:17
161048 ----rwed Heute 07:00:17
113472 ----rwed Heute 07:00:15
135892 ----rwed Heute 07:00:17
83444 ----rwed Heute 07:00:18
31512 ----rwed Heute 07:00:17 |
|
|
wla_dx_v9.9.lha |
2.8MB |
19-08-1808/18 |
Short: 8-bit CPU Cross Macro Assembler Pack
Ville Helin & People@GitHub
ville helin gmail com (Ville Helin)
dev/cross
9.9
dev/cross/wla_dx_v9.8.lha
Another GB-Z80/Z80/6502/65C02/6510/65816/6800/6800
[ALL] Added a new syntax to .DSTRUCT (old works, t
[ALL] Changed the way ".ENUM xyz DESC" works.
[ALL] .ROW and .DATA should now work better with 1
and 24-bit values.
[ALL] Defines with negative values are now parsed
[ALL] .BLOCK (and .ENDB) prints the block size onc
[ALL] Added support for C++ style comments (//).
[ALL] WLA assembles now "WLA4" library files and "
object files.
[ALL] References to a pending computation from ins
define from inside a pending computation should wo
[ALL] WLA can now be given string definitions from
command line.
[680] Added support for MC6800.
[680] Added support for MC6801.
[680] Added support for MC6809.
[800] Added support for I8008.
[658] 24-bit addresses of RAMSECTION labels should
now when using .LOROM / .HIROM. / .EXHIROM.
[GB ] Fixed Pocket Camera cartridge type, added su
for 64Mbit ROM and 512kbit RAM types.
section's name string.
[ALL] Getting bank number with :CADDR works again.
[ALL] WLA assembles now "WLA3" library files and "
object files.
[ALL] .REPEATs, .DBs, .DWs, .DLs and macro calls d
mess up listfiles any more.
[ALL] Added support for prioritizing sections when
placing them to the output ROM/PRG.
[ALL] The _sizeof_[label]s for labels that are fol
a dotted .DSB etc. are now calculated correctly.
[ALL] The maximum allowed number of digits for flo
now 24 instead of the old 8.
[ALL] _sizeof_[label]s are now calculated correctl
for .STRUCTs in .RAMSECTIONs.
[ALL] WLA's -x flag now creates SECTIONSTART_[sect
and SECTIONEND_[section name] labels for each sect
[ALL] The assembler and the linker now display exa
about how to run them when run with incorrect para
[ALL] .RAMSECTIONs can now be used inside librarie
but BANK and SLOT must be defined for the RAMSECTI
under [ramsections] in WLALINK's linkfile.
[ALL] WLA (WLALINK did this already) assumes that
are 256 RAM banks for each SLOT. The number of ROM
banks doesn't affect the number of RAM banks any m
[ALL] Added APPENDTO to .RAMSECTIONs.
[ALL] Added .TABLE, .ROW and .DATA - an alternativ
to .DB, .DW and .DL.
[ALL] When allocating a new unknown reference, we'
its base to 0 instead of not initializing base at
[ALL] When inserting padding to a section (for exa
for an unsolved 8-bit reference) we now set the pa
to be $CD instead of letting it be uninitialized.
[ALL] References from bank header sections are now
when we discard unreferenced sections.
[ALL] Fix buffer overflow for xXX strings.
[ALL] Fixed a possible crash bug when printing opc
in DEBUG executable.
[ALL] Allow .BACKGROUND file to be smaller than th
output ROM.
[ALL] Fixed a couple possible buffer overflows.
[ALL] Fixed CRC calculating on some 64-bit platfor
[ALL] Macros rounded all floating point arguments
integers - not any more.
[ALL] Added support for "string".length.
[ALL] The documentation is now ReadTheDocs.org com
[ALL] Running the assembler/linker without argumen
now also the version's date.
[ALL] Added -A to WLALINK - Add address-to-line ma
data to WLA symbol file.
[ALL] WLA and WLALINK give now more information ab
cause when a memory overwrite/overflow occurs.
[ALL] Added .ADDR (alias of .DW).
[ALL] Updated the dotted to-be-skipped directives
in .ENUM and .RAMSECTION to contain missing items.
[ALL] .DEFINE now supports keyword EXPORT (auto ex
[ALL] Added .PRINT - a combination and more usable
of .PRINTT and .PRINTV.
[ALL] .PRINTV's HEX/DEC are optional. Default is D
[ALL] Added .ENUMID - creates definitions with an
incrementing value. Can autoexport as well.
[GB ] Added support for .VERSION (Mask ROM version
[GB ] Fixed the handling of RAMSIZE inside of .GBH
[GB ] New licensee code is set to $0000 if old lic
code is used.
[GB ] Added VERSION ($014C) to .GBHEADER.
[GB ] Added the following mnemonic aliases:
- LDH A,(C) --> LD A,($FF00+C)
- LDH (C),A --> LD ($FF00+C),A
[658] Added .DSL.
[658] Added .FARADDR (alias of .DL).
[658] Added support for DL/LONG/DSL to .STRUCT and |
Short: 8-bit CPU Cross Macro Assembler Pack
Ville Helin & People@GitHub
ville helin gmail com (Ville Helin)
dev/cross
9.9
dev/cross/wla_dx_v9.8.lha
Another GB-Z80/Z80/6502/65C02/6510/65816/6800/6800
[ALL] Added a new syntax to .DSTRUCT (old works, t
[ALL] Changed the way ".ENUM xyz DESC" works.
[ALL] .ROW and .DATA should now work better with 1
and 24-bit values.
[ALL] Defines with negative values are now parsed
[ALL] .BLOCK (and .ENDB) prints the block size onc
[ALL] Added support for C++ style comments (//).
[ALL] WLA assembles now "WLA4" library files and "
object files.
[ALL] References to a pending computation from ins
define from inside a pending computation should wo
[ALL] WLA can now be given string definitions from
command line.
[680] Added support for MC6800.
[680] Added support for MC6801.
[680] Added support for MC6809.
[800] Added support for I8008.
[658] 24-bit addresses of RAMSECTION labels should
now when using .LOROM / .HIROM. / .EXHIROM.
[GB ] Fixed Pocket Camera cartridge type, added su
for 64Mbit ROM and 512kbit RAM types.
section's name string.
[ALL] Getting bank number with :CADDR works again.
[ALL] WLA assembles now "WLA3" library files and "
object files.
[ALL] .REPEATs, .DBs, .DWs, .DLs and macro calls d
mess up listfiles any more.
[ALL] Added support for prioritizing sections when
placing them to the output ROM/PRG.
[ALL] The _sizeof_[label]s for labels that are fol
a dotted .DSB etc. are now calculated correctly.
[ALL] The maximum allowed number of digits for flo
now 24 instead of the old 8.
[ALL] _sizeof_[label]s are now calculated correctl
for .STRUCTs in .RAMSECTIONs.
[ALL] WLA's -x flag now creates SECTIONSTART_[sect
and SECTIONEND_[section name] labels for each sect
[ALL] The assembler and the linker now display exa
about how to run them when run with incorrect para
[ALL] .RAMSECTIONs can now be used inside librarie
but BANK and SLOT must be defined for the RAMSECTI
under [ramsections] in WLALINK's linkfile.
[ALL] WLA (WLALINK did this already) assumes that
are 256 RAM banks for each SLOT. The number of ROM
banks doesn't affect the number of RAM banks any m
[ALL] Added APPENDTO to .RAMSECTIONs.
[ALL] Added .TABLE, .ROW and .DATA - an alternativ
to .DB, .DW and .DL.
[ALL] When allocating a new unknown reference, we'
its base to 0 instead of not initializing base at
[ALL] When inserting padding to a section (for exa
for an unsolved 8-bit reference) we now set the pa
to be $CD instead of letting it be uninitialized.
[ALL] References from bank header sections are now
when we discard unreferenced sections.
[ALL] Fix buffer overflow for xXX strings.
[ALL] Fixed a possible crash bug when printing opc
in DEBUG executable.
[ALL] Allow .BACKGROUND file to be smaller than th
output ROM.
[ALL] Fixed a couple possible buffer overflows.
[ALL] Fixed CRC calculating on some 64-bit platfor
[ALL] Macros rounded all floating point arguments
integers - not any more.
[ALL] Added support for "string".length.
[ALL] The documentation is now ReadTheDocs.org com
[ALL] Running the assembler/linker without argumen
now also the version's date.
[ALL] Added -A to WLALINK - Add address-to-line ma
data to WLA symbol file.
[ALL] WLA and WLALINK give now more information ab
cause when a memory overwrite/overflow occurs.
[ALL] Added .ADDR (alias of .DW).
[ALL] Updated the dotted to-be-skipped directives
in .ENUM and .RAMSECTION to contain missing items.
[ALL] .DEFINE now supports keyword EXPORT (auto ex
[ALL] Added .PRINT - a combination and more usable
of .PRINTT and .PRINTV.
[ALL] .PRINTV's HEX/DEC are optional. Default is D
[ALL] Added .ENUMID - creates definitions with an
incrementing value. Can autoexport as well.
[GB ] Added support for .VERSION (Mask ROM version
[GB ] Fixed the handling of RAMSIZE inside of .GBH
[GB ] New licensee code is set to $0000 if old lic
code is used.
[GB ] Added VERSION ($014C) to .GBHEADER.
[GB ] Added the following mnemonic aliases:
- LDH A,(C) --> LD A,($FF00+C)
- LDH (C),A --> LD ($FF00+C),A
[658] Added .DSL.
[658] Added .FARADDR (alias of .DL).
[658] Added support for DL/LONG/DSL to .STRUCT and |
|
|
wla_dx_v9.8.lha |
1.8MB |
19-06-2406/24 |
Short: 8-bit CPU Cross Macro Assembler Pack
Ville Helin & People@GitHub
ville helin gmail com (Ville Helin)
dev/cross
9.8
dev/cross/wla_dx_020_*
Another GB-Z80/Z80/6502/65C02/6510/65816/HUC6280/S
section's name string.
[ALL] Getting bank number with :CADDR works again.
[ALL] WLA assembles now "WLA3" library files and "
object files.
[ALL] .REPEATs, .DBs, .DWs, .DLs and macro calls d
mess up listfiles any more.
[ALL] Added support for prioritizing sections when
placing them to the output ROM/PRG.
[ALL] The _sizeof_[label]s for labels that are fol
a dotted .DSB etc. are now calculated correctly.
[ALL] The maximum allowed number of digits for flo
now 24 instead of the old 8.
[ALL] _sizeof_[label]s are now calculated correctl
for .STRUCTs in .RAMSECTIONs.
[ALL] WLA's -x flag now creates SECTIONSTART_[sect
and SECTIONEND_[section name] labels for each sect
[ALL] The assembler and the linker now display exa
about how to run them when run with incorrect para
[ALL] .RAMSECTIONs can now be used inside librarie
but BANK and SLOT must be defined for the RAMSECTI
under [ramsections] in WLALINK's linkfile.
[ALL] WLA (WLALINK did this already) assumes that
are 256 RAM banks for each SLOT. The number of ROM
banks doesn't affect the number of RAM banks any m
[ALL] Added APPENDTO to .RAMSECTIONs.
[ALL] Added .TABLE, .ROW and .DATA - an alternativ
to .DB, .DW and .DL.
[ALL] When allocating a new unknown reference, we'
its base to 0 instead of not initializing base at
[ALL] When inserting padding to a section (for exa
for an unsolved 8-bit reference) we now set the pa
to be $CD instead of letting it be uninitialized.
[ALL] References from bank header sections are now
when we discard unreferenced sections.
[ALL] Fix buffer overflow for xXX strings.
[ALL] Fixed a possible crash bug when printing opc
in DEBUG executable.
[ALL] Allow .BACKGROUND file to be smaller than th
output ROM.
[ALL] Fixed a couple possible buffer overflows.
[ALL] Fixed CRC calculating on some 64-bit platfor
[ALL] Macros rounded all floating point arguments
integers - not any more.
[ALL] Added support for "string".length.
[ALL] The documentation is now ReadTheDocs.org com
[ALL] Running the assembler/linker without argumen
now also the version's date.
[ALL] Added -A to WLALINK - Add address-to-line ma
data to WLA symbol file.
[ALL] WLA and WLALINK give now more information ab
cause when a memory overwrite/overflow occurs.
[ALL] Added .ADDR (alias of .DW).
[ALL] Updated the dotted to-be-skipped directives
in .ENUM and .RAMSECTION to contain missing items.
[ALL] .DEFINE now supports keyword EXPORT (auto ex
[ALL] Added .PRINT - a combination and more usable
of .PRINTT and .PRINTV.
[ALL] .PRINTV's HEX/DEC are optional. Default is D
[ALL] Added .ENUMID - creates definitions with an
incrementing value. Can autoexport as well.
[GB ] Added support for .VERSION (Mask ROM version
[GB ] Fixed the handling of RAMSIZE inside of .GBH
[GB ] New licensee code is set to $0000 if old lic
code is used.
[GB ] Added VERSION ($014C) to .GBHEADER.
[GB ] Added the following mnemonic aliases:
- LDH A,(C) --> LD A,($FF00+C)
- LDH (C),A --> LD ($FF00+C),A
[658] Added .DSL.
[658] Added .FARADDR (alias of .DL).
[658] Added support for DL/LONG/DSL to .STRUCT and
.RAMSECTION.
[658] Added support for .EXHIROM.
[658] MVN and MVP had source and destination in wr
order in the output binary.
[SPC] Fixed a typo, RET1 is now RETI.
[SPC] Fixed a typo, "AND1 mem.bit, C" ($CA) is now
"MOV1 mem.bit, C"
[SPC] Fixed AND1, EOR1, MOV1, NOT1 and OR1 (used t
two 8-bit arguments, now 13-bit address and 3-bit
[SPC] Fixed many 8-bit PC relative label reference
direct references.
[Z80] Added shadow register aliases of opcodes tha
registers A, F, BC, DE and HL. For example, "AND A
assembles to the same (0xA7) as "AND A". The alias
are meant for programmers who want to explicitly s
when they are using the shadow registers.
[ALL] Added INSTANCEOF support to .STRUCT.
[ALL] Removed DEBUG opcode from GB-Z80.
[ALL] WLALINK now reserves the bytes the checksumm
if WLA is used to calculate a checksum.
[ALL] Added ALIGN to .RAMSECTIONs. |
Short: 8-bit CPU Cross Macro Assembler Pack
Ville Helin & People@GitHub
ville helin gmail com (Ville Helin)
dev/cross
9.8
dev/cross/wla_dx_020_*
Another GB-Z80/Z80/6502/65C02/6510/65816/HUC6280/S
section's name string.
[ALL] Getting bank number with :CADDR works again.
[ALL] WLA assembles now "WLA3" library files and "
object files.
[ALL] .REPEATs, .DBs, .DWs, .DLs and macro calls d
mess up listfiles any more.
[ALL] Added support for prioritizing sections when
placing them to the output ROM/PRG.
[ALL] The _sizeof_[label]s for labels that are fol
a dotted .DSB etc. are now calculated correctly.
[ALL] The maximum allowed number of digits for flo
now 24 instead of the old 8.
[ALL] _sizeof_[label]s are now calculated correctl
for .STRUCTs in .RAMSECTIONs.
[ALL] WLA's -x flag now creates SECTIONSTART_[sect
and SECTIONEND_[section name] labels for each sect
[ALL] The assembler and the linker now display exa
about how to run them when run with incorrect para
[ALL] .RAMSECTIONs can now be used inside librarie
but BANK and SLOT must be defined for the RAMSECTI
under [ramsections] in WLALINK's linkfile.
[ALL] WLA (WLALINK did this already) assumes that
are 256 RAM banks for each SLOT. The number of ROM
banks doesn't affect the number of RAM banks any m
[ALL] Added APPENDTO to .RAMSECTIONs.
[ALL] Added .TABLE, .ROW and .DATA - an alternativ
to .DB, .DW and .DL.
[ALL] When allocating a new unknown reference, we'
its base to 0 instead of not initializing base at
[ALL] When inserting padding to a section (for exa
for an unsolved 8-bit reference) we now set the pa
to be $CD instead of letting it be uninitialized.
[ALL] References from bank header sections are now
when we discard unreferenced sections.
[ALL] Fix buffer overflow for xXX strings.
[ALL] Fixed a possible crash bug when printing opc
in DEBUG executable.
[ALL] Allow .BACKGROUND file to be smaller than th
output ROM.
[ALL] Fixed a couple possible buffer overflows.
[ALL] Fixed CRC calculating on some 64-bit platfor
[ALL] Macros rounded all floating point arguments
integers - not any more.
[ALL] Added support for "string".length.
[ALL] The documentation is now ReadTheDocs.org com
[ALL] Running the assembler/linker without argumen
now also the version's date.
[ALL] Added -A to WLALINK - Add address-to-line ma
data to WLA symbol file.
[ALL] WLA and WLALINK give now more information ab
cause when a memory overwrite/overflow occurs.
[ALL] Added .ADDR (alias of .DW).
[ALL] Updated the dotted to-be-skipped directives
in .ENUM and .RAMSECTION to contain missing items.
[ALL] .DEFINE now supports keyword EXPORT (auto ex
[ALL] Added .PRINT - a combination and more usable
of .PRINTT and .PRINTV.
[ALL] .PRINTV's HEX/DEC are optional. Default is D
[ALL] Added .ENUMID - creates definitions with an
incrementing value. Can autoexport as well.
[GB ] Added support for .VERSION (Mask ROM version
[GB ] Fixed the handling of RAMSIZE inside of .GBH
[GB ] New licensee code is set to $0000 if old lic
code is used.
[GB ] Added VERSION ($014C) to .GBHEADER.
[GB ] Added the following mnemonic aliases:
- LDH A,(C) --> LD A,($FF00+C)
- LDH (C),A --> LD ($FF00+C),A
[658] Added .DSL.
[658] Added .FARADDR (alias of .DL).
[658] Added support for DL/LONG/DSL to .STRUCT and
.RAMSECTION.
[658] Added support for .EXHIROM.
[658] MVN and MVP had source and destination in wr
order in the output binary.
[SPC] Fixed a typo, RET1 is now RETI.
[SPC] Fixed a typo, "AND1 mem.bit, C" ($CA) is now
"MOV1 mem.bit, C"
[SPC] Fixed AND1, EOR1, MOV1, NOT1 and OR1 (used t
two 8-bit arguments, now 13-bit address and 3-bit
[SPC] Fixed many 8-bit PC relative label reference
direct references.
[Z80] Added shadow register aliases of opcodes tha
registers A, F, BC, DE and HL. For example, "AND A
assembles to the same (0xA7) as "AND A". The alias
are meant for programmers who want to explicitly s
when they are using the shadow registers.
[ALL] Added INSTANCEOF support to .STRUCT.
[ALL] Removed DEBUG opcode from GB-Z80.
[ALL] WLALINK now reserves the bytes the checksumm
if WLA is used to calculate a checksum.
[ALL] Added ALIGN to .RAMSECTIONs. |
|
|
ACME.lha |
480.3KB |
19-05-0705/07 |
260k crossassembler for 6502/65C02/65816 code (m68 |
260k crossassembler for 6502/65C02/65816 code (m68 |
|
|
exomizer.lha |
738.9KB |
19-02-2602/26 |
Short: A cruncher for 6502/Z80/6809 executa |
Short: A cruncher for 6502/Z80/6809 executa |
|
|
7800basic.lha |
5.7MB |
18-12-1812/18 |
Short: BASIC-like language for Atari 7800 g
Michael Saarna et al., port by uploader
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
0.6beta
http://www.randomterrain.com/7800basic.html
2005-2013 by Fred Quimby
2013-2014 by Michael Saarna
2004 by Bruce Tomlin
1995-2014 by the zlib/libpng team. (see source fo
1988-2008 by the dasm contributors. (see source fo
free of charge but is not in the public domain. I
a BASIC-like language for creating Atari 7800 game
derived from batari basic, a BASIC-like language f
distributed as a single zip file. Download the lat
point at your 7800basic directory.
installation, several sample programs are included
of 7800basic comes bundled with 32-bit x86 binarie
installer and follow the instructions: ./install_u
your basic program using the 7800basic.sh script.
temporary file called 7800.asm. The basic code is
in this file so that those wishing to study assemb |
Short: BASIC-like language for Atari 7800 g
Michael Saarna et al., port by uploader
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
0.6beta
http://www.randomterrain.com/7800basic.html
2005-2013 by Fred Quimby
2013-2014 by Michael Saarna
2004 by Bruce Tomlin
1995-2014 by the zlib/libpng team. (see source fo
1988-2008 by the dasm contributors. (see source fo
free of charge but is not in the public domain. I
a BASIC-like language for creating Atari 7800 game
derived from batari basic, a BASIC-like language f
distributed as a single zip file. Download the lat
point at your 7800basic directory.
installation, several sample programs are included
of 7800basic comes bundled with 32-bit x86 binarie
installer and follow the instructions: ./install_u
your basic program using the 7800basic.sh script.
temporary file called 7800.asm. The basic code is
in this file so that those wishing to study assemb |
|
|
bsa.lha |
84.6KB |
18-06-2606/26 |
Short: Bit Shift Assembler |
Short: Bit Shift Assembler |
|
|
mp.lha |
246KB |
18-06-1106/11 |
Short: Mad-Pascal cross compiler for 6502
Tomasz "Tebe" Biela
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
1.5.5
mads
http://mads.atari8.info/madpascal.html |
Short: Mad-Pascal cross compiler for 6502
Tomasz "Tebe" Biela
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
1.5.5
mads
http://mads.atari8.info/madpascal.html |
|
|
mads.lha |
303.5KB |
18-06-0906/09 |
Short: Cross-assembler for 65xx/R65C02/6581
Tebe/Madteam
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
2.0.7
http://mads.atari8.info
source [switches] |
Short: Cross-assembler for 65xx/R65C02/6581
Tebe/Madteam
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
2.0.7
http://mads.atari8.info
source [switches] |
|
|
Shrinkler.lha |
844KB |
18-04-0804/08 |
Short: Shrinkler executable file compressor
blueberry@loonies.dk ("Blueberry")
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
4.5
http://ada.untergrund.net/?p=boardthread&id=264
Treat input as raw data, rather than executable
Use a smaller, but more restricted decrunch header
Presets for all compression options (-2)
Print a text, followed by a newline, before decrun
Poke into a register (e.g. DFF180) during decrunch |
Short: Shrinkler executable file compressor
blueberry@loonies.dk ("Blueberry")
polluks+aminet sdf lonestar org (Stefan Haubenthal
dev/cross
4.5
http://ada.untergrund.net/?p=boardthread&id=264
Treat input as raw data, rather than executable
Use a smaller, but more restricted decrunch header
Presets for all compression options (-2)
Print a text, followed by a newline, before decrun
Poke into a register (e.g. DFF180) during decrunch |
|
|
cc65-morphos.lha |
12.7MB |
18-03-1203/12 |
Short: ANSI C 6502 cross development packag |
Short: ANSI C 6502 cross development packag |
|
|
xa-mos.lha |
272.9KB |
18-02-0902/09 |
Short: Cross-assembler for 65xx/R65C02/6581 |
Short: Cross-assembler for 65xx/R65C02/6581 |
|
|
BeebAsm.lha |
907.8KB |
17-11-3011/30 |
907k Assembler with BBC Micro style syntax (ppc-mo |
907k Assembler with BBC Micro style syntax (ppc-mo |
|
|
FDSList.lha |
46.3KB |
17-04-1204/12 |
46k .FDS File Processor (ppc-morphos; m68k-amigaos |
46k .FDS File Processor (ppc-morphos; m68k-amigaos |
|
|
IntyBASIC.lha |
605.3KB |
17-04-0104/01 |
605k BASIC compiler for Intellivision (ppc-morphos |
605k BASIC compiler for Intellivision (ppc-morphos |
|
|
LazarusVM-2.0.tar.bz2 |
1.6GB |
16-11-0611/06 |
1663796k No Readme available |
1663796k No Readme available |
|
|
DiStella_MOS.lha |
107.5KB |
16-09-2509/25 |
107k A disassembler for Atari 2600 and 7800 (ppc-m |
107k A disassembler for Atari 2600 and 7800 (ppc-m |
|
|
brittmarie.lha |
8.9KB |
16-04-2204/22 |
8k Serial S-RECORD loader (m68k-amigaos) |
8k Serial S-RECORD loader (m68k-amigaos) |
|
|
64tass.lha |
822.8KB |
15-10-1310/13 |
822k Turbo Assembler Macro (ppc-morphos) |
822k Turbo Assembler Macro (ppc-morphos) |
|
|
WinUAEDemoToolchain5.zip |
25.6MB |
15-06-2406/24 |
26219k WinUAE-based code/music creation system (ot |
26219k WinUAE-based code/music creation system (ot |
|
|
pucrunch.lha |
177.9KB |
15-03-2103/21 |
177k A (de)cruncher for CBM executables (ppc-amiga |
177k A (de)cruncher for CBM executables (ppc-amiga |
|
|
c64tools_mos.lha |
1.1MB |
15-03-1803/18 |
1126k Covert Bitops C64 Tools (ppc-morphos) |
1126k Covert Bitops C64 Tools (ppc-morphos) |
|
|
dasm_mos.lha |
258.6KB |
15-02-2102/21 |
258k Multi-CPU 65xx/68xx cross assembler (ppc-morp |
258k Multi-CPU 65xx/68xx cross assembler (ppc-morp |
|
|
gimmearos.zip |
6KB |
14-07-2907/29 |
6k Script to build AROS from the source code (i386 |
6k Script to build AROS from the source code (i386 |
|
|
basicboss.lha |
922.7KB |
11-09-1409/14 |
922k Basic-Boss C64 Cross Compiler (German) (ppc-m |
922k Basic-Boss C64 Cross Compiler (German) (ppc-m |
|
|
HideurMakeur.lha |
32.7KB |
11-06-2006/20 |
32k Amsdos binary file header manager (ppc-morphos |
32k Amsdos binary file header manager (ppc-morphos |
|
|
pasmo-morphos.lha |
493KB |
11-06-2006/20 |
492k Pasmo portable Z80 cross assembler (ppc-morph |
492k Pasmo portable Z80 cross assembler (ppc-morph |
|
|
Action.lha |
710.7KB |
11-02-1802/18 |
710k ACTION! cross compiler for the 6502 (ppc-morp |
710k ACTION! cross compiler for the 6502 (ppc-morp |
|
|
pasmo.lha |
2.8MB |
10-10-1710/17 |
2917k Multiplatform Z80/8080 cross-assembler (ppc- |
2917k Multiplatform Z80/8080 cross-assembler (ppc- |
|
|
Annotate.lha |
120.3KB |
10-04-1604/16 |
120k Comment/reformat 2650 crossdisasms (m68k-amig |
120k Comment/reformat 2650 crossdisasms (m68k-amig |
|
|
batari_Basic.lha |
483.3KB |
10-01-2601/26 |
483k BASIC-like language for Atari 2600 games (ppc |
483k BASIC-like language for Atari 2600 games (ppc |
|
|
rlaunch.zip |
59.2KB |
09-04-1804/18 |
59k Remote command launcher Amiga/PC (m68k-amigaos |
59k Remote command launcher Amiga/PC (m68k-amigaos |
|
|
gcc-4.2.2-ppc-aros-cygw.tar.bz2 |
29.5MB |
09-01-1201/12 |
30194k No Readme available |
30194k No Readme available |
|
|
gcc-4.2.2-x86_64-cygwin.tar.bz2 |
29.4MB |
09-01-1201/12 |
30148k No Readme available |
30148k No Readme available |
|
|
gcc-4.2.2-aros-cygwin.tar.bz2 |
28.2MB |
09-01-1101/11 |
28915k No Readme available |
28915k No Readme available |
|
|
sdlmousescrolling-os3.lha |
335.9KB |
08-08-3008/30 |
335k How to do smooth scrolling in SDL (m68k-amiga |
335k How to do smooth scrolling in SDL (m68k-amiga |
|
|
huc-os4.lha |
1.2MB |
08-03-1803/18 |
1188k PC Engine/Turbografx compiler/assembler (ppc |
1188k PC Engine/Turbografx compiler/assembler (ppc |
|
|
exomizer-os4.lha |
506.1KB |
08-02-1302/13 |
506k A cruncher for 6502 executables (ppc-amigaos |
506k A cruncher for 6502 executables (ppc-amigaos |
|
|
megalz-os4.lha |
51.4KB |
08-02-0802/08 |
51k MegaLZ Speccy packer/depacker (ppc-amigaos >= |
51k MegaLZ Speccy packer/depacker (ppc-amigaos >= |
|
|
nes-example.lha |
20.8KB |
08-02-0802/08 |
20k An example project for NES Basic and ASM (gene |
20k An example project for NES Basic and ASM (gene |
|
|
nes_dev-os4.lha |
217.9KB |
08-02-0802/08 |
217k NES Basic & ASM, develop your own games! (ppc |
217k NES Basic & ASM, develop your own games! (ppc |
|
|
nes_sprtools-os4.lha |
500.1KB |
08-02-0802/08 |
500k Convert BMP images to NES format (ppc-amigaos |
500k Convert BMP images to NES format (ppc-amigaos |
|
|
sdlmousescrolling-os4.lha |
461.5KB |
08-02-0802/08 |
461k How to do smooth scrolling in SDL (ppc-amigao |
461k How to do smooth scrolling in SDL (ppc-amigao |
|
|
sjasm-mos.lha |
146.4KB |
07-11-1311/13 |
146k Yet another Z80 cross assembler (ppc-morphos) |
146k Yet another Z80 cross assembler (ppc-morphos) |
|
|
aros-gcc-1.0.tar.bz2 |
81.2KB |
07-11-1211/12 |
81k No Readme available |
81k No Readme available |
|
|
6502asm-mos.lha |
18.5KB |
07-08-1608/16 |
18k 6502 2-pass cross assembler (ppc-morphos >= 1. |
18k 6502 2-pass cross assembler (ppc-morphos >= 1. |
|
|
gensconv-mos.lha |
22.4KB |
07-05-1205/12 |
22k Spectrum HiSoft Gens source converter (ppc-mor |
22k Spectrum HiSoft Gens source converter (ppc-mor |
|
|
bintap.lha |
28.1KB |
07-04-2604/26 |
28k Converts binary data to Spectrum .TAP (m68k-am |
28k Converts binary data to Spectrum .TAP (m68k-am |
|
|
brandy-68k.lha |
533.8KB |
07-04-0304/03 |
533k Acorn Basic V interpreter (m68k-amigaos) |
533k Acorn Basic V interpreter (m68k-amigaos) |
|
|
huc_mos.lha |
506.3KB |
06-12-1312/13 |
506k PC Engine/Turbografx compiler/assembler (ppc- |
506k PC Engine/Turbografx compiler/assembler (ppc- |
|
|
cfasm.lha |
93.3KB |
06-10-2910/29 |
93k ColdFire Assembler v2.96 (m68k-amigaos) |
93k ColdFire Assembler v2.96 (m68k-amigaos) |
|
|
cflink.lha |
35.8KB |
06-10-2910/29 |
35k ColdFire Linker v2.32 (m68k-amigaos) |
35k ColdFire Linker v2.32 (m68k-amigaos) |
|
|
cfmake.lha |
27.5KB |
06-10-2910/29 |
27k ColdFire Maker v1.58 (m68k-amigaos) |
27k ColdFire Maker v1.58 (m68k-amigaos) |
|
|
DevKitARM_mos.tgz |
25.5MB |
06-10-1610/16 |
26129k Nintendo DS development kit (ppc-morphos) |
26129k Nintendo DS development kit (ppc-morphos) |
|
|
EmuTools_AOS4.lha |
105.6KB |
06-09-2009/20 |
105k Various emulator tools (ppc-amigaos >= 4.0.0) |
105k Various emulator tools (ppc-amigaos >= 4.0.0) |
|
|
nes_mina_aos4.lha |
249.1KB |
06-09-2009/20 |
249k Minachun Disassembler for Famicom (NES) (ppc- |
249k Minachun Disassembler for Famicom (NES) (ppc- |
|
|
nec_example.zip |
22.6KB |
06-09-1909/19 |
22k Example project for NES Basic and NES ASM (gen |
22k Example project for NES Basic and NES ASM (gen |
|
|
NESBasic_AOS4.lha |
217.9KB |
06-09-1909/19 |
217k NES Basic and NES ASM: develop NES games (ppc |
217k NES Basic and NES ASM: develop NES games (ppc |
|
|
nessprtools_aos4.lha |
500.1KB |
06-09-1909/19 |
500k Convert BMP images to NES formats (ppc-amigao |
500k Convert BMP images to NES formats (ppc-amigao |
|
|
nes_palette.png |
10.8KB |
06-09-1909/19 |
10k A NES palette for making NES graphics (generic |
10k A NES palette for making NES graphics (generic |
|
|
c64tools_aos4.lha |
1.4MB |
06-09-0609/06 |
1444k Covert Bitops C64 Tools (ppc-amigaos >= 4.0. |
1444k Covert Bitops C64 Tools (ppc-amigaos >= 4.0. |
|
|
dis48.lha |
5.2KB |
06-06-2706/27 |
5k 8048 disassembler (Odyssey2, Videopac) (m68k-am |
5k 8048 disassembler (Odyssey2, Videopac) (m68k-am |
|
|
z88dk.lha |
3.4MB |
06-05-2405/24 |
3442k z80 C cross compiler (ppc-amigaos >= 4.0.0) |
3442k z80 C cross compiler (ppc-amigaos >= 4.0.0) |
|
|
i386-aros-cross-gcc.zip.zip |
38.6MB |
06-03-2803/28 |
39518k i386 AROS Cross GCC For Cygwin (i386-aros) |
39518k i386 AROS Cross GCC For Cygwin (i386-aros) |
|
|
CC65.lha |
6.3MB |
06-02-1302/13 |
6433k 65(C)02 cross development package. (ppc-amig |
6433k 65(C)02 cross development package. (ppc-amig |
|
|
pmdis-mos.lha |
39.3KB |
06-02-0802/08 |
39k a disassembler for Pokemon-Mini (ppc-morphos) |
39k a disassembler for Pokemon-Mini (ppc-morphos) |
|
|
MegaLZ-mos.lha |
40.9KB |
06-01-1801/18 |
40k MegaLZ Speccy packer/depacker (ppc-morphos) |
40k MegaLZ Speccy packer/depacker (ppc-morphos) |
|
|
dasm.lha |
517.9KB |
05-08-0508/05 |
517k Multi-CPU cross assembler (ppc-amigaos >= 4.0 |
517k Multi-CPU cross assembler (ppc-amigaos >= 4.0 |
|
|
wla_dx_9.2-mos.lha |
1MB |
05-07-2707/27 |
1037k WLA DX GB-Z80/Z80/6502/65C02/6510/65816/HUC6 |
1037k WLA DX GB-Z80/Z80/6502/65C02/6510/65816/HUC6 |
|
|
wla-dx.lha |
1.4MB |
05-02-1702/17 |
1461k GB-Z80/Z80/6502/65C02/6510/65816/HUC6280/SPC |
1461k GB-Z80/Z80/6502/65C02/6510/65816/HUC6280/SPC |
|
|
cazm.lha |
59.3KB |
05-02-1302/13 |
59k Z80 Cross Assembler with source (m68k-amigaos) |
59k Z80 Cross Assembler with source (m68k-amigaos) |
|
|
DiStella.lha |
59KB |
04-06-2706/27 |
58k A disassembler specifically created for the At |
58k A disassembler specifically created for the At |
|
|
dz80.lha |
55.9KB |
04-06-2706/27 |
55k Labelling Z80 disassembler (m68k-amigaos) |
55k Labelling Z80 disassembler (m68k-amigaos) |
|
|
AObjView.lha |
26.5KB |
04-03-2303/23 |
26k Displays the Hunk structure of Amiga Object-, |
26k Displays the Hunk structure of Amiga Object-, |
|
|
as80.lha |
23.2KB |
04-03-2303/23 |
23k Assembler for the Intel 8080 processor. (m68k- |
23k Assembler for the Intel 8080 processor. (m68k- |
|
|
dasm212.lha |
82.5KB |
04-02-2102/21 |
82k Assembler for 6502, 68705, 6803 (m68k-amigaos) |
82k Assembler for 6502, 68705, 6803 (m68k-amigaos) |
|
|
asl.lha |
1.6MB |
04-02-0802/08 |
1653k Cross-assembler for a wide range of processo |
1653k Cross-assembler for a wide range of processo |
|
|
cc65-bin.lha |
942.1KB |
03-11-3011/30 |
942k ANSI C cross-compiler for 6502 family (m68k-a |
942k ANSI C cross-compiler for 6502 family (m68k-a |
|
|
cc65-src.lha |
773.4KB |
03-11-3011/30 |
773k ANSI C cross-compiler for 6502 family (generi |
773k ANSI C cross-compiler for 6502 family (generi |
|
|
iverilog-amiga.lha |
736KB |
03-06-2206/22 |
736k Icarus Verilog HDL Simulator (m68k-amigaos) |
736k Icarus Verilog HDL Simulator (m68k-amigaos) |
|
|
xa.lha |
114.3KB |
03-05-2105/21 |
114k A 6502 cross compiler for Amiga computers (m6 |
114k A 6502 cross compiler for Amiga computers (m6 |
|
|
DisArm.lha |
30.5KB |
02-12-1012/10 |
30k Dump some Newton code (m68k-amigaos) |
30k Dump some Newton code (m68k-amigaos) |
|
|
wildsend.lha |
17.5KB |
02-10-1310/13 |
17k Util for upload your creations to your Super W |
17k Util for upload your creations to your Super W |
|
|
wildsmeg.lha |
26KB |
02-10-1310/13 |
26k Useful util for development with your Super Wi |
26k Useful util for development with your Super Wi |
|
|
A6.lha |
72.9KB |
02-09-0109/01 |
72k A 6502 cross-assembler program (m68k-amigaos) |
72k A 6502 cross-assembler program (m68k-amigaos) |
|
|
Binar.lha |
110.4KB |
02-06-3006/30 |
110k 65xx/75xx/85xx disassembler (m68k-amigaos) |
110k 65xx/75xx/85xx disassembler (m68k-amigaos) |
|
|
cmdline.lha |
109.7KB |
02-03-2303/23 |
109k Commandline utilities for C64 crossdevelopmen |
109k Commandline utilities for C64 crossdevelopmen |
|
|
amiga14.lha |
72.5KB |
02-03-0303/03 |
72k LUnix/65xx SDK (binary distribution) (m68k-ami |
72k LUnix/65xx SDK (binary distribution) (m68k-ami |
|
|
6502d.lha |
15.3KB |
02-01-2701/27 |
15k 6502 disassembler. (m68k-amigaos) |
15k 6502 disassembler. (m68k-amigaos) |
|
|
MiniPIC.lha |
72.3KB |
01-12-0612/06 |
72k Pic12c508 programmer v1.21 (m68k-amigaos) |
72k Pic12c508 programmer v1.21 (m68k-amigaos) |
|
|
SX4Amiga.lha |
94.4KB |
01-12-0612/06 |
94k SX-chip programmer V0.96 (m68k-amigaos) |
94k SX-chip programmer V0.96 (m68k-amigaos) |
|
|
z80simul_src.lha |
287.3KB |
01-05-1905/19 |
287k Watch your Z80 assembly code from a GUI (sour |
287k Watch your Z80 assembly code from a GUI (sour |
|
|
Z80SimulatorDo.lha |
94.5KB |
01-04-2904/29 |
94k Documentation for Z80Simulator. (m68k-amigaos) |
94k Documentation for Z80Simulator. (m68k-amigaos) |
|
|
Z80Simulator.lha |
130.7KB |
01-04-2204/22 |
130k Watch your Z80 assembly code from a GUI. (m68 |
130k Watch your Z80 assembly code from a GUI. (m68 |
|
|
d65.lha |
50.8KB |
01-04-1204/12 |
50k A symbolic 65xx disassembler (m68k-amigaos) |
50k A symbolic 65xx disassembler (m68k-amigaos) |
|
|
devpic.lha |
94.6KB |
01-04-0904/09 |
94k PIC16 development package (m68k-amigaos) |
94k PIC16 development package (m68k-amigaos) |
|
|
wla_dx_020_7.1.lzh |
336KB |
01-03-1703/17 |
335k WLA DX v7.1 - GB-Z80/Z80/6502/6510/65816 Macr |
335k WLA DX v7.1 - GB-Z80/Z80/6502/6510/65816 Macr |
|
|
8051.lha |
22.8KB |
01-02-0302/03 |
22k An 8051 disassembler (m68k-amigaos) |
22k An 8051 disassembler (m68k-amigaos) |
|
|
wla_dx_020_6.8.lzh |
297.6KB |
00-10-1310/13 |
297k WLA DX v6.8 - GB-Z80/Z80/6502/6510/65816 Macr |
297k WLA DX v6.8 - GB-Z80/Z80/6502/6510/65816 Macr |
|
|
65816_20.lzh |
189KB |
00-09-1209/12 |
189k 65816 (SNES) assembler & disassembler (m68k-a |
189k 65816 (SNES) assembler & disassembler (m68k-a |
|
|
Avr.lha |
138.6KB |
00-08-2608/26 |
138k Atmel AVR Programmer/Assembler 1.04 (m68k-ami |
138k Atmel AVR Programmer/Assembler 1.04 (m68k-ami |
|
|
wla_000_4.5.lha |
56.5KB |
00-06-1806/18 |
56k WLA - Game Boy Macro Assembler v4.5 (000) (m68 |
56k WLA - Game Boy Macro Assembler v4.5 (000) (m68 |
|
|
zee_distella.lha |
29.7KB |
00-05-1805/18 |
29k A disassembler specifically created for the At |
29k A disassembler specifically created for the At |
|
|
amiga11.lha |
70.8KB |
00-05-0305/03 |
70k LUnix SDK (binary distribution) (m68k-amigaos) |
70k LUnix SDK (binary distribution) (m68k-amigaos) |
|
|
ava-0.2.5.lha |
353.8KB |
99-08-0808/08 |
353k Atmel AVR cross-assembler (m68k-amigaos) |
353k Atmel AVR cross-assembler (m68k-amigaos) |
|
|
avra-0.4_bin.lha |
21.7KB |
99-08-0808/08 |
21k Atmel AVR cross-assembler (binary) (m68k-amiga |
21k Atmel AVR cross-assembler (binary) (m68k-amiga |
|
|
avra-0.4_src.lha |
43.4KB |
99-08-0808/08 |
43k Atmel AVR cross-assembler (source) (m68k-amiga |
43k Atmel AVR cross-assembler (source) (m68k-amiga |
|
|
unhex.lha |
4.2KB |
99-08-0608/06 |
4k Intel Hex to binary converter (m68k-amigaos) |
4k Intel Hex to binary converter (m68k-amigaos) |
|
|
GBDK-2.1-src.lha |
623.2KB |
99-04-2404/24 |
623k GameBoy Developer's Kit 2.1 sources (m68k-ami |
623k GameBoy Developer's Kit 2.1 sources (m68k-ami |
|
|
GBDK-2.1.lha |
707.4KB |
99-04-2404/24 |
707k GameBoy Developer's Kit 2.1 (m68k-amigaos) |
707k GameBoy Developer's Kit 2.1 (m68k-amigaos) |
|
|
z88dk_v1.0.lha |
575.7KB |
99-03-2303/23 |
575k Z88DK - Generic Z80 Small C+ Compiler with Z8 |
575k Z88DK - Generic Z80 Small C+ Compiler with Z8 |
|
|
z88dk_v1.0s.lha |
164.8KB |
99-03-2303/23 |
164k Z88DK - Generic Z80 Small C+ Compiler with Z8 |
164k Z88DK - Generic Z80 Small C+ Compiler with Z8 |
|
|
FG-PSXControl.lha |
51.3KB |
99-01-0401/04 |
51k PSXControl v1.0 - Amiga Yaroze software (m68k- |
51k PSXControl v1.0 - Amiga Yaroze software (m68k- |
|
|
5600x_disasm.lha |
22.6KB |
98-12-1912/19 |
22k DSP5600x disassembly library 1.0a (w/src) (m68 |
22k DSP5600x disassembly library 1.0a (w/src) (m68 |
|
|
as31IntHex.lha |
151.1KB |
98-09-1009/10 |
151k 8031 & 8051 Assembler with Intel Hex support |
151k 8031 & 8051 Assembler with Intel Hex support |
|
|
hypass10.lha |
443.4KB |
98-07-0707/07 |
443k RST's 65/68/PIC HyperSource macro assembler ( |
443k RST's 65/68/PIC HyperSource macro assembler ( |
|
|
pickit.lha |
286.3KB |
98-06-1606/16 |
286k Asm & Pgm + HW & Debugger for PIC family (m68 |
286k Asm & Pgm + HW & Debugger for PIC family (m68 |
|
|
picasm.lha |
109.8KB |
98-06-0306/03 |
109k PIC16C84 Assembler for the Amiga (m68k-amigao |
109k PIC16C84 Assembler for the Amiga (m68k-amigao |
|
|
simulpic.lha |
90.1KB |
98-06-0306/03 |
90k PIC16C84 Simulator for the Amiga (m68k-amigaos |
90k PIC16C84 Simulator for the Amiga (m68k-amigaos |
|
|
pkginfo.lha |
7.9KB |
98-04-1204/12 |
7k A Newton toolkit (info, split and cat) (m68k-am |
7k A Newton toolkit (info, split and cat) (m68k-am |
|
|
toti.lha |
2.4KB |
98-03-0403/04 |
2k Creates .86p files for TI-86 (m68k-amigaos) |
2k Creates .86p files for TI-86 (m68k-amigaos) |
|
|
fast05.lha |
214.6KB |
98-02-2402/24 |
214k 6805 Assembler 6805 Disassembler and Tools (m |
214k 6805 Assembler 6805 Disassembler and Tools (m |
|
|
apic1812.lha |
485.5KB |
97-12-2012/20 |
485k PIC microcontroller Development package (m68k |
485k PIC microcontroller Development package (m68k |
|
|
c64_ass_v1.0.lha |
17.2KB |
97-10-0210/02 |
17k Assembler for C64/6510 (m68k-amigaos) |
17k Assembler for C64/6510 (m68k-amigaos) |
|
|
AmigaTI85Prog.lha |
10.9KB |
97-06-1506/15 |
10k Useful programs for programming for ZShell on |
10k Useful programs for programming for ZShell on |
|
|
EMPIC_13c.lha |
79.1KB |
97-04-0604/06 |
79k PIC 16C84 programming system (m68k-amigaos) |
79k PIC 16C84 programming system (m68k-amigaos) |
|
|
EMPIC_12a.lha |
76.2KB |
97-03-1503/15 |
76k PIC 16C84 programming system (m68k-amigaos) |
76k PIC 16C84 programming system (m68k-amigaos) |
|
|
amiasm.lha |
76.1KB |
97-02-2402/24 |
76k ST6 (st62xx) assembler linker disassembler (m6 |
76k ST6 (st62xx) assembler linker disassembler (m6 |
|
|
AmiExec.lha |
202.1KB |
97-02-2002/20 |
202k Exec look-a-like for embedded systems. (m68k- |
202k Exec look-a-like for embedded systems. (m68k- |
|
|
c_z80.lha |
61.8KB |
97-01-1801/18 |
61k Cross compiler & linker for the Z80 CPU (m68k- |
61k Cross compiler & linker for the Z80 CPU (m68k- |
|
|
asm56k106.lha |
37.4KB |
96-11-0211/02 |
37k Assembler for the Motorola DSP5600x (m68k-amig |
37k Assembler for the Motorola DSP5600x (m68k-amig |
|
|
Load56k105.lha |
18.5KB |
96-11-0211/02 |
18k Lodfile-Loader for the Motorola EVM56K-Board ( |
18k Lodfile-Loader for the Motorola EVM56K-Board ( |
|
|
as31.lha |
63.8KB |
96-10-1410/14 |
63k Cross assembler for 8031 and 8051 MPU (m68k-am |
63k Cross assembler for 8031 and 8051 MPU (m68k-am |
|
|
Frankenstein.lha |
573.6KB |
96-10-1310/13 |
573k Cross assembler for 13 processor families (m6 |
573k Cross assembler for 13 processor families (m6 |
|
|
pickit09.lha |
66.4KB |
96-04-1704/17 |
66k Develop. kit (ass & pgm) for PIC cpu (m68k-ami |
66k Develop. kit (ass & pgm) for PIC cpu (m68k-ami |
|
|
dass05sc_093.lha |
25.3KB |
95-10-1010/10 |
25k Disassembler for mc68hc05sc smart card binarie |
25k Disassembler for mc68hc05sc smart card binarie |
|
|
TMS32010.lha |
22.8KB |
95-03-1603/16 |
22k TMS32010 cross assembler (m68k-amigaos) |
22k TMS32010 cross assembler (m68k-amigaos) |
|
|
MotFreeware.lha |
138.4KB |
95-03-0803/08 |
138k Motorola Freeware 68xx cross assemblers (m68k |
138k Motorola Freeware 68xx cross assemblers (m68k |
|
|
px20B.lha |
9.8KB |
95-01-0201/02 |
9k MD/SNES Backup Unit Development Sendprg. (m68k- |
9k MD/SNES Backup Unit Development Sendprg. (m68k- |
|
|
Hc11Dev1.lha |
173.1KB |
94-10-0110/01 |
173k Assembler+Monitor for HC11-MCUs. Rev 1. (m68k |
173k Assembler+Monitor for HC11-MCUs. Rev 1. (m68k |
|
|
ADev11_3.0.lha |
472.9KB |
94-08-2308/23 |
472k Development system for HC11; C compiler,assem |
472k Development system for HC11; C compiler,assem |
|
|
as09-1.04.lha |
39.4KB |
94-07-2407/24 |
39k AS09 [1.04] - Assembler for M6809 H6309 microp |
39k AS09 [1.04] - Assembler for M6809 H6309 microp |
|
|
caz.lha |
57.8KB |
94-01-1101/11 |
57k Z80 Cross Assembler (m68k-amigaos) |
57k Z80 Cross Assembler (m68k-amigaos) |
|
|
Dis6502.lha |
9KB |
93-11-0811/08 |
9k Disassembler for the 6502-processorfamily (C64, |
9k Disassembler for the 6502-processorfamily (C64, |
|
|
math68hc11.lzh |
12.4KB |
93-07-2407/24 |
12k PD Maths functions for 68HC11. Real FFT,Floati |
12k PD Maths functions for 68HC11. Real FFT,Floati |
|
|
OS68hc11.lzh |
58.8KB |
93-07-2407/24 |
58k PD real time executive for the 68HC11 (m68k-am |
58k PD real time executive for the 68HC11 (m68k-am |
|
|
gass110.lha |
32KB |
93-04-1904/19 |
32k 6502/6510 Assembler (m68k-amigaos) |
32k 6502/6510 Assembler (m68k-amigaos) |
|
|
68HC11.lha |
163.3KB |
93-03-0403/04 |
163k Utils for programing 6811 microcontrler (m68k |
163k Utils for programing 6811 microcontrler (m68k |
|
|
As6502.lha |
37KB |
87-08-2208/22 |
36k A portable 6502 assembler. (m68k-amigaos) |
36k A portable 6502 assembler. (m68k-amigaos) |
|
|
Foogol.lha |
18.4KB |
87-04-1204/12 |
18k A foogol cross compiler. (m68k-amigaos) |
18k A foogol cross compiler. (m68k-amigaos) |
|