Code Monkey home page Code Monkey logo

Comments (3)

massung avatar massung commented on July 1, 2024

Hmm... I'm actually not sure what happens. It's a good bug, though. :-)

The 1802 used 16-bit registers, so it's highly unlikely that reading past 0xFFF would result in wrapping as opposed to just continuing to read whatever was in memory beyond that location. If it did wrap, it would likely wrap to 0xF00. But again, I doubt it. Do you know for certain what it would actually do?

I should certainly fix it to not crash, but my gut says that reading/writing beyond 0xFFF should either not do anything or should read/write 0's.

from chip-8.

 avatar commented on July 1, 2024

Do you know for certain what it would actually do?

Duh, I don't know...
I am just only know how the CHIP-8 emulator works, less know about it's real hardware ;_;)

It is better to read zeroes and clip writing 'w')

Anyway, I have another Issue

That is, Unknown OpCode, such as 0000 terminates the program.
(that wip guess number game, terminates the program)
Eh, for unknown OpCode, in real hardware will ignores it or halt?

Collision detection for Y position over 0x1f, vf should be zero,
(especially for my maze game, the player can pass top most position)

Nah, for your Chip-8 emulator screen, for X sprite wrapping, for example drawing sprite at X position 0x40,
It's should wrap to next Y position or... wrap to same Y position?
That's why it's glitches an UFO game... ._.)

Err... Super-Chip-8's Vertical Scrolling Instruction should able to run in CHIP-8 mode?
(It can't scroll screen in lowres mode...
In case for testing, falling stars scroll included)

asdf.zip

Check out my Chip-8/SuperChip-8 emulator that written in scratch ;-)
KChip-8 (Chip-8 Emu) on Scratch

Sincerely, Thanks~
A-KouZ1

from chip-8.

massung avatar massung commented on July 1, 2024

Fixed with recent commit. Reading past 0xFFF will read 0's and writing will be ignored.

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.