sanny Posted June 2, 2021 Share Posted June 2, 2021 (edited) just use that for linking: ld65 -C atarixl_memx01.cfg -o memxtest.xex crt0.o test.o m.lib ..\lib_cfg\auxmematari.lib atarixl.lib or cl65 -t atarixl -C atarixl_memx01.cfg -o memxtest.xex test.o m.lib ..\lib_cfg\auxmematari.lib Edited June 2, 2021 by sanny cl65 line was incomplete Quote Link to comment Share on other sites More sharing options...
Wrathchild Posted June 2, 2021 Share Posted June 2, 2021 From what I saw of the batch file you put the same object files in that as m.lib and then include them both? Quote Link to comment Share on other sites More sharing options...
Harry Potter Posted June 2, 2021 Author Share Posted June 2, 2021 It worked! Thank you! Quote Link to comment Share on other sites More sharing options...
ilmenit Posted June 3, 2021 Share Posted June 3, 2021 13 hours ago, Harry Potter said: My works allow cc65 programmers to access extended memory almost as if it were the regular memory. could you give an example how it will work from the user perspective + maybe show description how it will work internally? Quote Link to comment Share on other sites More sharing options...
Harry Potter Posted June 3, 2021 Author Share Posted June 3, 2021 It will provide functions to access any byte or word in expanded memory and process strings and sections of memory in almost the same way as regular memory. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.