Giter VIP home page Giter VIP logo

f256-superbasic's Introduction

F256 SuperBASIC

Improved BASIC for F256 Junior

Usage

SuperBASIC Reference Manual PDF: reference/source/f256jr_basic_ref.pdf

Developing

You need Make, Python and 64tass assembler on your machine.

You will also need a few repos besides SuperBASIC.
SuperBASIC is fully intended to work with the latest Kernel/DOS.

Building

git clone [email protected]:FoenixRetro/f256-superbasic.git
git clone [email protected]:WartyMN/Foenix-F256JR-bootscreens.git
git clone [email protected]:ghackwrench/F256_Jr_Kernel_DOS.git
cd f256-superbasic

# this will build everything against/including latest kernel 
make -B pullkernel updatekernel build release

# or just build basic
make -B basic release

This will output a set of binary files in the release/ folder and a file called release/bulk.csv that shows where those files get flashed in memory.

Testing

Real Hardware

You can upload it over a USB cable to the debug port on your F256 machine using FoenixMgr.

This doc doesn't cover setting that up, but once you have it set up you should be able to try out your build using the --flash-bulk command.

Example on Mac:

❯ cd release
❯ python3 ~/FoenixMgr/fnxmgr.py --port /dev/cu.usbmodemR23963534611 --flash-bulk bulk.csv
Attempting to program sector 0x3F with lockout.bin
Binary file uploaded...
Flash sector erased...
Flash sector programmed...
Attempting to program sector 0x01 with sb01.bin
     ...

Additional References

F256 Documentation Wiki https://wiki.f256foenix.com

More information on flashing SuperBASIC to your machine https://wiki.f256foenix.com/index.php?title=Kernel_%26_SuperBASIC_Updates

F256 emulator https://github.com/FoenixRetro/junior-emulator

F256 Kernel and DOS https://github.com/ghackwrench/F256_Jr_Kernel_DOS

F256 Command Line USB upload tool https://github.com/pweingar/FoenixMgr

BootScreens https://github.com/WartyMN/Foenix-F256JR-bootscreens

f256-superbasic's People

Contributors

autismuk avatar csoren avatar rmsk2 avatar digarok avatar paulscottrobson avatar mu0n avatar radekh 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.