Code Monkey home page Code Monkey logo

Comments (3)

massung avatar massung commented on July 18, 2024

Thanks for catching that! I've fixed it in a branch that I'll be merging soon, which also adds support for CHIP-8E instructions.

from chip-8.

mengstr avatar mengstr commented on July 18, 2024

I have most of the ocodes in fresh memory since I'm currently hacking away at a Chip-8 emulator in assembly on a small PIC16F1705 bitbanging composite PAL TV-out. Did another a couple of years back on a PIC24 in C outputting on a small LCD display - but during the intervening years I apparently have forgot most of the Chip-8 design, I had to read thru Gowgod's and a few others to get up to speed again.

I had even forgot that the Chi8-8 code needs to be in RAM - I just assumed the Vx registers would be enough for data :-) So now I'm stuck with a chip having only 1K ram whereof 256 bytes are used for the video buffer memory. So I need to make some kind of dynamic translation table in ram that maps specific Chip-8 code memory locations into the ram area. Hopefully the classic games are not using more R/W data cells then I can map into my puny ram area..

Your Chip-assembler will come in handy for writing test apps. So will your emulator - perfect for verifying my code. 👍

from chip-8.

massung avatar massung commented on July 18, 2024

You probably already know about this, but in case you don't, https://github.com/trapexit/chip-8_documentation is a great resource. Not only for simple things like opcodes (which I'm hoping my repo is a good mirror for), but also old magazine scans: articles, programs, the original COSMAC ELF interpreter, etc.

from chip-8.

Related Issues (7)

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.