Skip to content

A Chip-8 Emulator / Interpreter made with Dart and Flutter

Notifications You must be signed in to change notification settings

annnoo/CHIP8-Flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Chip-8 Emulator / Interpreter made with Dart and Flutter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published