šŸ”„
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?

Memory Map

Name

Address

Size in bytes

Zero Page

0x0000—0x00FF

256

Video pointer

0x0100

1

Colors pointer

0x0101

1

Input

0x0102

2

Audio pointer

0x0104

1

NMI vector

0x010C—0x010D

2

IRQ vector

0x010C—0x010D

2

Audio registers

0x0110—0x0130

Stack

0x0130—0x0200

208

Free

0x0200—0xFFFF

65024

PreviousDebug ViewNextCompiler Syntax

Last updated 4 years ago

Was this helpful?