Making a kernel for an OS running on a SNES
https://github.com/JHSHernandez-ZBH/SNE ... RNEL-BIOS/
Edit Mar 14: It's semicircle day! I'm going to the other side!
Anyone wishing to collaborate with me on this project?
Moderator: Moderators
-
- Posts: 4
- Joined: Mon Mar 10, 2025 12:38 am
- Location: Managing a teleporter in a universe-bridging skyscraper
Anyone wishing to collaborate with me on this project?
Code: Select all
ldx #$00
lda $FF00,x
sta $00,x
inx
bne $F8
jmp $000D