Hello people,
this is my cross assembler from 1998 which is C64 Turbo Ass+ compatible.
Nothing changed to my older upload,
excepting that
1) I removed a strange "stdafx.h" header, which is made by Visual C++, such that the source code is more C++ universal, and can or should run on any compiler.
The project file "bass.sln" is for Visual C++ 2015.
2) I newly compiled the assembler into three version, to make sure it is indeed statically linked and runs on your machine:
a) 64bit Windows, statically linked: "bass.exe".
b) 32bit Windows, statically linked:
"bass_32bit.exe".
b) 64bit Windows, dynamically linked:
"bass_dynamically_linked.exe",
if you have Visual Studio Express 2015 installed on your machine.
***
Code is from 1998, excpetionally maybe some bytes.
For example, assembler and disk tool I isolated 2011 from my C64Connect/PCConnect project such that the source code is more universal. So I changed for example from the Microsoft Foundation Class, CFile, to standard c++ libraries.
But this is no progess and so nothing new, just an adaption to a universal platforms.
I feel more comfortable with the "real" or "essential" realase date 1998. (at my home)
I did not update the old uploads, to keep the old download counters.
But maybe they would not reset, I intended to check out. |