bootLogo: A Logo language in 512 bytes (x86 boot sector)

Channel:
Subscribers:
971
Published on ● Video Link: https://www.youtube.com/watch?v=uR0tW34-6uk



Category:
Vlog
Duration: 0:36
184 views
22


This is bootLogo, a Logo language developed in 512 bytes of x86 machine code. In this video I demonstrate a simple example of drawing a flower using procedures.

It can work in the original IBM PC as it uses CGA 4 colors, on a more recent machine, or in emulation using VirtualBox, qemu or DosBox.

The full source code for bootLogo is available from https://github.com/nanochess/bootLogo