🔥
Minicube64
  • Welcome
  • Getting Started
  • Writing a new ROM
  • Working with Pixels
  • Working with Colours
  • Working with Images
  • Working with Inputs
  • Debug View
  • Memory Map
  • Compiler Syntax
  • Macros and Aliases
  • Making GIFs
Powered by GitBook
On this page

Was this helpful?

Getting Started

PreviousWelcomeNextWriting a new ROM

Last updated 3 years ago

Was this helpful?

To start using Minicube64 simply download the executable package for your system, extract it to a folder, and run it from the command line:

./minicube

A window should then appear, showing this screen.

This is the boot rom. It appears in the event that no other .bin roms or .s assembly files are loaded.

From here you can download and run the demos, or your own files:

./minicube pathtorom/rom.s

or run a compiled binary rom:

./minicube pathtorom/rom.bin

When you run an assembly.sfile, it will automatically be compiled as a binary.binfile.

If Minicube64 starts and only shows a black screen and is making strange sounds, it means that no valid rom was loaded. Please ensure that all of the files are present with the executable.