Giter Club home page Giter Club logo

Comments (4)

davidgiven avatar davidgiven commented on July 19, 2024

The most likely explanation is that the C bindings are using the wrong BDOS entrypoint numbers and have ZP and TPA swapped. It would actually be easier to change the BDOS itself...

from cpm65.

ivop avatar ivop commented on July 19, 2024

You are correct.

calling cpm_bios_gettpa() results in:

    CP/M-65 for the Atari 800                   
                                                
    A>test                                      
    start: 1900                                 
    cpm▁ram: 3790                               
    end: bc00                                   
    A>                                          

Still, I expected the start address being updated by CCP before calling the loaded application, so you can easily chain load overlays if you want to. Is this intended behaviour?

from cpm65.

davidgiven avatar davidgiven commented on July 19, 2024

Fixed.

Re the CCP not updating the start/end address: that's intentional, as it makes it easier to know when the application has changed one of the addresses if it, e.g., wants to install a TSR. Adjusting it doesn't help much for overlays as only the application knows how much heap memory it needs.

There really needs to be some proper documentation...

from cpm65.

ivop avatar ivop commented on July 19, 2024

Thanks for the clarification and the fix!

from cpm65.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.