Git Product home page Git Product logo

sed80's Introduction

sed80 - Screen EDitor for Z80 CP/M 2.2

Please note that this is still very early work-in-progress

What

Since I can't find a small and easy-to-use fullscreen text editor that supports VT100 and the arrow keys I'll attempt to write one myself.

It is about 30 years since I wrote any real Z80 code so this will most likey be a long painful re-learning curve.

sed80's People

Contributors

mengstr avatar

Stargazers

Lars Lindehaven avatar Christopher Farrar avatar Bocke avatar dmo9000 avatar

Watchers

 avatar MiguelVis avatar

sed80's Issues

Crash caused by ClearMemory

The code crashes if I flll the TPA with zeros all the way up to the start of BDOS minus 6 as pointed to by the jump vector at memory location 5/6/7.

Pulling back 128 bytes at the end makes it work again. 80 bytes seems not to be enough.

Don't use non-existing opcodes

The current codebase uses among others LD (HL),BC that are silently converted by ZASM into 4 separate instructions.

Most old assemblers doesn't do that and just reports an error.

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.