Skip to content

thomasdenney/barebones-jit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Barebones JIT example

This repository contains the code associated with a blog post I wrote on JIT compilation on a BBC micro:bit. You can find more complete code, with a full JIT compiler, in my bachelor's project.

To run the code on a micro:bit, run the following commands:

yt build
cp build/bbc-microbit-classic-gcc/source/barebones-jit-combined.hex /Volumes/MICROBIT

(You may need to adapt the second command based on your OS, see these instructions).

About

Simple JIT examples for a BBC micro:bit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages