Giter VIP home page Giter VIP logo

bbcbasic-z80's Introduction

BBC BASIC+ for Z80

This is modified source code based on BBC BASIC (Z80) by R.T. Russell, who kindly agreed to release the original sources under the zlib license at the request of David Given. David published the sources as part of his cpmish project.

The original sources released by R.T. Russell are in the initial commit. I have made the following modifications:

  • Modified sources to assemble with z88dk's z80asm
  • Fixed a bug that causes the RUN command to hang under emulators.
  • Moved hardware-specific functions from patch.asm to hardware.asm.
  • Implemented CLS, TAB, and COLOUR using ANSI escape codes
  • Added a Makefile and this README

Planned modifications:

  • Graphics support for the TMS9918A video chip for use with my video card for the RC2014.
  • Sound support for my SN76489 sound card and/or Ed Brindley's YM2149 sound card
  • Joystick support for my Game Controller board supporting ColecoVision, Sega, and Atari controllers.
  • Back port additional functionality from modern BBC BASIC.

Build Instructions

Download and install z88dk (compile if necessary). Make sure z88dk's bin directory containing z80asm is in your path.

Run make to build bbcbasic.com.

If make is not available, run:

z80asm -obbcbasic.com -b -d -l -m main.asm exec.asm eval.asm fpp.asm hardware.asm cpm.asm ram.asm

bbcbasic-z80's People

Contributors

jblang avatar

Watchers

 avatar

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.