GithubHelp home page GithubHelp logo

gennadijqalin / rpiforth Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aviatorrhk/rpiforth

0.0 0.0 0.0 3.08 MB

A Forth Operating System for Raspberry Pi

License: Other

Assembly 99.02% Shell 0.98%

rpiforth's Introduction

rpiForth

A Forth Operating System for Raspberry Pi

20130322 -- I am not able to make sdmmc.s1 work so I a starting anew with sdmmc.S.

'sdmmc.S' will not assemble with 'make'. 'make' requires a small 's'. To assemble 'sdmmc.S', at the end of 'rFothCore.s' is a '.include "sdmmc.S"' which will assemble it that location. If I were to use *.s, it would assemble it somewhere other than where I would wamt it and the Forth words would not thread properly. One negative feature is, after you make a change to the .include file, 'make' would not find it. You need to make a change to the .s file that includes it. --that is-- add a space and take it out and re-save it. --this will inform 'make' something has changed and it will assemble that file with the .include file.

I am using .S for include files and have set Eclipse to recognize both .s and .S files. This way, Eclipse will function the same way on both files. Roland 20130326 -- Continuing to make progress with sdmmc.S. I moved a copy of my makefile to the rpiboot folder. Note I changed a few things. I chanaged the source file to git and added some switches to $(LIST) for trouble shooting. Roland

rpiforth's People

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.