Giter Site home page Giter Site logo

wenij / 8051forth Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jamesbowman/8051forth

0.0 1.0 0.0 395 KB

Forth for the 8051

License: GNU General Public License v3.0

Makefile 0.31% Roff 1.13% C 28.50% Yacc 2.62% Assembly 42.71% Forth 20.12% Python 3.87% C++ 0.75%

8051forth's Introduction

8051forth - Forth for the 8051

Build Status

This is based on CamelForth for the Intel 8051 (c) 1994,1997,1999 Bradford J. Rodriguez:

http://www.camelforth.com/page.php?4

Brad's 1999 version uses a DOS assembler, which is a little difficult to find now. The changes to this project are:

  1. now uses a modified version PJRC's as31 assembler, included in this project
  2. minor changes to Brad's code to build with as31
  3. a software emulator based on emu8051, included in this project
  4. regression test using the ANS test suite, CI by Travis
  5. a version tuned for the TI CC1110 SoCs

To rebuild:

make

To run the Forth interactively in the emulator:

$ emu8051/emu generic camel51.hex
8051 CamelForth v1.6  18 Aug 1999
1 2 + .
1 2 + . 3 ok

To run the ANS regression suite:

$ ./confirm generic camel51.hex
Cycles: 491549891, 17555.353 ms

Same for the CC1110 Forth:

./confirm cc1110  cc0.hex

8051forth's People

Contributors

jamesbowman 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.