Skip to content

v0.1.0

Choose a tag to compare

@boyninja1555 boyninja1555 released this 07 Jul 01:32
· 5 commits to main since this release

Added Features

New

  • FB (Floor Basic) Format - text - Plaintext instructions, each separated by a new line. Only usable by compiler, not this program.
  • FBIN (Floor Basic Bin) Format - binary - Binary instructions, generated from a compiler that takes in FB Format files.
  • FBP (Floor Basic Bin Package) Format - binary - A set of FBIN Format data, but surrounded with packaging metadata. Generated by a packager from a FBIN Format file.

New Instructions

  • SETVALUE - [...string] - Sets the currently-stored value, which can be used for commands like PRINT or PX.
  • PRINT - no args - Prints the currently-stored value to the console.
  • PX - no args - Renders a single pixel using the colorname stored in the currently-stored value.
  • GOTO - [int] - Moves execution to a line.