| |
tlr
Registered: Sep 2003 Posts: 1790 |
Emulator Test suite
Has anyone managed to cross recompile Wolfgang Lorenz' emulator test suite from PC64?
What tools should I be using to extract the source?
http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/..
|
|
| |
chatGPZ
Registered: Dec 2001 Posts: 11386 |
according to the textfile that is in the zip (RTFM!) the sources are in turbo assembler macro format. |
| |
tlr
Registered: Sep 2003 Posts: 1790 |
Quote: according to the textfile that is in the zip (RTFM!) the sources are in turbo assembler macro format.
Actually I read that file but it doesn't say it right out. It speaks of MACRO(SS)ASS+ which I didn't know of.
(I always used Laser Genious myself)
I guess TMPview V1.0 [win32/linux/macosx/freebsd] then. For assembler probably 64TASS V1.45 unless anyone suggests otherwise.
|
| |
chatGPZ
Registered: Dec 2001 Posts: 11386 |
64tass or 6502tass should be fine... however (i didnt look at the sources) the programs are probably simple enough that many other assemblers could be used too. |
| |
tlr
Registered: Sep 2003 Posts: 1790 |
Super, thanks!
There are quite many sources in that package so the idea is to be able to compile them with minial modifications to begin with.
Otherwise my weapon of choice is still mostly dasm but I'm meaning to give kick-assembler a go. |
| |
chatGPZ
Registered: Dec 2001 Posts: 11386 |
have you tried mailing the vice ppl btw? maybe they already have some kind of testsuite that compiles with some crossasm? |
| |
Ninja
Registered: Jan 2002 Posts: 411 |
(BUMP) So, does anyone know if the test suite was converted to some cross-assembler by now? Would be very much interested, too! |
| |
chatGPZ
Registered: Dec 2001 Posts: 11386 |
*BUMP* zombie thread =)
i just grabbed the testsuite from vice repository and converted it to ascii format using TMPview... however, quite some bugs occur in the source, labels missing (and zeros in the textfile where they should be). did anyone have more success with that yet? :=P |