> For the complete documentation index, see [llms.txt](https://aeriform.gitbook.io/minicube64/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aeriform.gitbook.io/minicube64/master.md).

# Welcome

Minicube64 is a fantasy console style emulator based on 6502, with the intention of helping people learn how games were made for older systems such as Atari 2600, NES or C64, but without many of the more difficult hardware restrictions.

As it is based on 6502, Minicube64 follows the same rules, directives and instructions that are common to those systems.

{% embed url="<https://github.com/aeriform-io/minicube64/releases>" %}

Check out the aeriform Discord for updates and discussion <https://discord.gg/y33Gthd>

For more information and a guide on how to get started with 6502 check out [https://skilldrick.github.io/easy6502](https://skilldrick.github.io/easy6502/index.html)

Originally developed by MonstersGoBoom as a joke lowrezjam entry.

Minicube64 is built on Fake6502 by Mike Chambers.\
NES APU by Matthew Conte\
6502 Assembler by Loopy\
SOKOL Audio by Andre Weissflog\
and the MiniFB team.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://aeriform.gitbook.io/minicube64/master.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
