Git Product home page Git Product logo

6502emu's Introduction

6502EMU

A simple 6502 processor emulator.

6502emu's People

Contributors

davidah121 avatar

Watchers

James Cloos avatar  avatar

6502emu's Issues

Add a Config File

Allows linking to other applications by a DLL.

  • Allows reading and writing to the emulators memory values.
  • Allows interrupts to be called
  • Allows the emulator to be paused.

//OLD COMMENT __________________

The file should determine which files get loaded into memory and where.

  • Allows the user to specify files for instructions and their placement in memory.
  • Allows the user to specify jump locations for Interrupts
  • Allows the user to specify how many memory pages should be created. (Note that the last byte in memory should be used to reference the memory page)
  • Allow linking to other applications in some way??? (Not sure yet)

Add an assembler

Convert hex to assembly
Convert assembly to hex

Basically, add an assembler

Add new functions to the assembler

  • .org to set the location of where the following instructions will go
  • .byte to set a series of bytes in memory at the set location. (Can parse strings. Will not have a 0 ending the string)
  • .string to set a 0 terminated string in memory at a location.
  • .word to set a series of shorts in memory at the set location
  • #< to get the high byte of a label
  • #> to get the low byte of a label
  • #% for binary literals
  • Setting variables and referencing them by name

Enhanced Viewer

Should be able to view 9 lines of code with their line numbers when executing code.
Reduce dependency on any additional libraries.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.