Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 924 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 924 Bytes

Flutter CHIP-8 Emulator

Hardware Specs

  • 4096 8-Bit Memory Slots (0x1000)

  • 64*32 Pixel =>

  • Stack

    • 16 x 16-bit
    • Stpres address that should be returned
  • Address Register (I)

    • 16-bit
    • Used when doing Operations with Memory
  • Program Counter (PC)

    • 16-bit
    • stores currently executing adress
  • Stack Counter (SC)

    • min. 8-bit
    • Point to top level of stack
  • Programs start at 0x200

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.