Skip to content

Releases: DDunda/Little32

Stable Release v1.1.0

09 Feb 11:40
Compare
Choose a tag to compare

Added a config format and lexer, parser, loader to configure the virtual machine at runtime. Here are some of the options available:

  • RAM, ROM, displays, keyboard devices can be added in any order, anywhere in the PC
  • Start pointer
  • Stack pointer
  • Assembler ram/rom range and addresses
  • UI colours
  • Viewport size
  • Frame delay (ms)
  • Clocks per frame
  • Palette file

Also added preprocessors for loading other files for assembly files

Stable Release v1.0.0

04 Sep 00:43
Compare
Choose a tag to compare

This is a stable release of the assembler and virtual machine in a toy environment. You can currently assemble and run code at run time, switch palettes, pause and step execution, and refresh the program.