Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couple of compilation issues.. #1

Open
xlar54 opened this issue Oct 7, 2023 · 1 comment
Open

Couple of compilation issues.. #1

xlar54 opened this issue Oct 7, 2023 · 1 comment

Comments

@xlar54
Copy link

xlar54 commented Oct 7, 2023

Great work! But for anyone else, version 0.96.4 of ACME seems to be the last version of the assembler for Linux. Sourceforge doesnt have this version in its repo anymore unless Im missing something. Had to search around on github to find 96.4.

Also, due to this version change, !pseudopc / !realpc has been altered. In drv1541.tas, change line 967 to:

!pseudopc DriveAddy {
...

then change line 1373 (originally with !realpc) to :

}

One of the changes what to block !pseudopc with brackets, eliminating the need for !realpc. I suspect this is the case in the other drives as well but i havent tried them yet.

@ytmytm
Copy link
Owner

ytmytm commented Oct 8, 2023

Hi

I know :). I uploaded it here for archival reasons and to show how the disassembly progressed when I did it back in 1999 with CVS as my source code version control system.

While I was away from 8-bit world, @mist64 did a great job at taking this work further, modularizing and making sure it can still generate 100% identical binaries.

It's better to start where he paused: in his repository or within my fork: https://github.com/ytmytm/geos where in branches I have several bugfixes/improvements he didn't have chance to merge yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants