Giter Site home page Giter Site logo

draw's Introduction

draw

Drawlines on a 4010 emulator with your z80

The code will build and produce a library "libplot.lib" that can be used to construct drawing programs on your CP/M machine. You will need z88dk.

There is a lib directory, do a make -i and ignore the errors. We only need a few of the routines in this library, just to lazy to figure out what is needed. use z88dk-z80asm -xlibmath.lib *.o to build a library.

I have built the test/box program with these libraries, and will push a new Makefile asap.

This code was converted from fortran to c. Thus it is pass by address and not by reference. I am it the process of 'c'iffing the code.

DO NOT USE THIS YET.

WRT license. I found the fortran source on bitsaver, there was no license there, email to tektronix was not replied to. I don't think they care about it anymore but, don't build a project on this code base.

draw's People

Contributors

jayacotton avatar

Watchers

 avatar

draw's Issues

Box is showing a data write error.

The box program is not completing the drawing. Duplicating the last
few draw commands, gets the box on the screen.

Looks like the byte count may be off by some.

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.