Coder Social home page Coder Social logo

riscyforth's Introduction

FORTH for RISC-V SBCs

Licensed under the GNU General Public License, version 2 (or later)

Riscyforth has been compiled and tested on the RVBoards Nezha 64-bit single board RISC-V computer (running Debian Linux with GNU Libc). It should run on any RISC-V SBC running Linux. Most of Riscyforth is written in RISC-V assembly so it is not portable to other architectures. It is what it is.

To understand your rights and obligations with this code please read (version 2 of) the GNU General Public License which is included with this software. Contributions and suggestions are welcome.

If you distribute this code (you are free to do so), you must include a copy of the GNU GPL in your redistribution as well as meet all the other obligations in the licence.

Riscyforth is still under development. It is modelled closely on the Forth 2012 standard, though no guarentee of compatibility is offered. Various modules to extend the core code (e.g. to add floating point support) are also included.

Riscyforth is a 64 bit implementation of Forth (this is a key difference from GNU's GForth for instance). The standard cell size is 64 bits and integer maths is conducted with 64 bit numbers and so on.

To see the words currently available start Riscyforth and run the WORDS command. For reasons to do with the macros used in the RISC V assembly, some words are listed in their long form and not their more familiar form - e.g., 0= is listed as ZEROEQUALS but the 0= form will be correctly handled in any program.

You can see the Forth standard here: [https://forth-standard.org/]

To run Riscyforth

Clone the repo

cd < riscyforth directory >

make

./riscyforth -u

This will display a usage message and you can take it from there.

Copyright, Adrian McMenamin, 2020, 2021, 2022, 2023

riscyforth's People

Contributors

mcmenaminadrian avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

duzceselin

riscyforth's Issues

readme small typo

You can see the Forth stanard here: [https://forth-standard.org/]

must be standart :)

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.