Giter Club home page Giter Club logo

flexrte-x's Introduction

FlexRTE-X

This repository will contain the new and improved version of the Flex Runtime Environment (renamed from FlexVM Runtime Environment).

It will be a complete rewrite of the old version with a fully object oriented structure and multiple target platforms in mind. The size will be held to a minimum to support less powerful devices such as microcontrollers so there will be no usage of any of the STL functions normally used in C++ projects on machines with for example Windows. So no smart pointers and any of this stuff. :(

The goal of this project are following:

  • Providing an improved version of the FlexRTE with better performance and more features.
  • Writing smaller and more efficient code using pointers.
  • Learning about writing C++ projects for multiple platforms.
  • Getting an "usable" bytecode interpreter for microcontrollers.

Features: (will constantly be updated)

  • Complete FlexRTE instruction set
  • Execution of multiple binaries
  • Stack- and Heap-Memory allocations
  • Virtual Memory*

* = not implemented yet

These platforms will get supported for sure:

  • Windows
  • Teensy 3.2 and up
  • ESP32

In the future these platforms might be supported:

  • Arduino
  • Linux
  • Android

flexrte-x's People

Contributors

pointermess avatar

Stargazers

Leo avatar

Watchers

Leo avatar James Cloos avatar

flexrte-x's Issues

Virtual Memory Implementation

currently working on

works partially but buggy. contains following features:

  • dynamically load and unload memory from a file containing the full program memory
  • importance based remapping of memory pages
  • auto load of registers into page 0

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.