We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

SBI – Small Bytecode Interpreter

The project was originally created to run programs from a MicroSD card on an ATmega16 (without reprogramming it). SBI is a generic library (platform indipendent) that lets you run programs from a stream (es. File). The programs are a sort of bytecode, and they are interpretated at the moment. So you don’t have the better speed, but for now this is the only way to run programs from RAM (or SD) on Harvard architectures.

Cloudbased voice solutions are common in enterprise networks and frustrating for operations teams to manage. Simplify VoIP monitoring by having a proactive analysis of on-prem, hybrid and UCaaS voice services. Try the ThousandEyes VoIP monitoring solution today, free.

Website http://evprojects.altervista.org/projects/sbi/
Tags
License
Features
  • Platform Indipendent Library
  • Simple compiler for SASM language (SbiASseMbly)
  • Executable format very portable
  • Custom user functions assignable in compile-time
  • Simple (but powerful if combined) instructions
  • Examples for Windows and AVR (ATmega16)
  • Small programs size