Giter Site home page Giter Site logo

jayacotton / cpm3-8080-serial Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 6.07 MB

Project to bring CPM3 to IMSAI 8080 computer

BASIC 23.95% FreeBasic 0.05% Roff 7.33% Batchfile 0.18% Pascal 17.06% DIGITAL Command Language 0.09% Scilab 0.78% Assembly 50.45% Shell 0.09% Makefile 0.02%
8080 cpm3 ide

cpm3-8080-serial's People

Contributors

jayacotton avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

cpm3-8080-serial's Issues

Need special version of xmodem for this configuration

The xmodem.asm program was added to the repo along with xmodem.com.

This version is coded in 8080 assembler and builds on unix and cygwin with the
asm8080 assembler.

It will not build with rmac or asm on CPM3 at this time.

Disk buffers can get pushed into eprom space.

You must be very careful to avoid pushing any disk buffers up in the eprom space. It will produce very random
results.

In my case, the CF cards became read only, and nothing I did fixed that. It did not show up after the first gencpm
with a new ram address. It held off for a few reboots, then bang. Read Only flag.

Setting my top of ram to actual stopped the bug.

There is no real fix for this, you just have to get it right.

new_altmon.asm should be modified to allow build with simh

The cpm build environment has an older altairz80 (simh) simulator, and there are some seed drives to support the
building of the root cpm3 boot disk on a windows machine. All good so far.

The issue is that new_altmon.asm is not compatible with the a:asm assembler on the seed disk a:

There are 2 problems that need to be addressed. 1 the @ signs will not fly. The assembler does not seem to like them
2 may need to add : after some of the symbol definitions. 3 need to run unix2dos on the source code before sending
it into the simh code.

We can probably cover this with a make file. For building we need a submit file on the i: drive seed disk. And a readme.md

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.