User Manual
https://docs.google.com/document/d/1eimhjkDaAAPlWn8xI9OvveptNmMWlAgCIEwEcPNM6b0/edit?tab=t.0
B8Script.ASM - Source code
B8Script.COM - 2k CP/M executable
LANDER.B8S - Simple lunar lander turn based text based game. Land with velocity low enough so you don't crash
CHAR.B8X - Plugin. Pops value off the stack and print the ASCII character of the lower byte
PRINTHEX.B8X - Plugin. Pops value off the stack and prints a four digit hex value
UNSIGNED.B8X - Plugin. Pops a value off the stack and prints it as a 16 bit unsigned decimal value
B8Script_Plugin_Template.ASM - Z80 assembly file. Template for creating byte relocatble Z80 code for B8Script plugins