Skip to content

kleopatra999/sbi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SBI - Small Bytecode Interpreter
by Gi@cky98

Version 0.2

REMEMBER: To improve speed use buffered read functions
(see /examples/pcbuff and /examples/avr).

SBI is a bytecode interpreter for a custom executable format written by
me (see <doc> folder).

It was originally designed to run programs from a SD card on an Atmega16
microcontroller, without reprogramming it.

There are the following directories:

<doc>		Documentation on SBI format and SASM programming
<examples>	Examples for PC and AVR
<sasmc>		SASM compiler
<sbi>		SBI interpreter (generic source)
<screens>	Screenshots
<syntax>	SASMC language keywords and INI file for PSPad Editor

About

Small Byte Interpreter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 59.9%
  • C 28.2%
  • Yacc 8.6%
  • Lex 2.3%
  • Makefile 1.0%