GithubHelp home page GithubHelp logo

Comments (2)

skx avatar skx commented on June 23, 2024

Somehow I didn't receive any notifications of this issue, and another closed today. Weird - I wonder if because it was a forked repository.

Thanks for the explicit pointer, given the lack of activity on the forums I'd not checked on the main playground repository for quite some time - though I did open a couple of trivial pull requests there when I started tinkering.

I'll have a play with your CCP later. To be honest I wonder if it might be worth packaging as a COM. As you say I could compile and then append it to a simple .com file as a driver.

  org 100
  ld de, 0xDE00
  ld hl, end_of_file
  ld bc, 4092  ; 4k should be enough for anyway ;)
  ldir
  jp 0x0000
:end_of_file

That might be a fun way to go, although I guess the transition would be one way!

from z80-playground-cpm-fat.

skx avatar skx commented on June 23, 2024

And a long long time has passed, but I did get the CCPZ working thanks to your prompting :)

from z80-playground-cpm-fat.

Related Issues (11)

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.