NESDev and Strangulation Records messageboards
Forum Index | FAQ | New User | Login | Search

Previous ThreadView All ThreadsNext ThreadShow in Flat Mode*


SubjectRe: Is someone here working on some new game or program for the Nes?  
Posted byLone Wolf
Posted on3/15/01 10:22 PM
From IP24.201.71.107  



I am working on a little program for NES, right now I'm messing around with the basic things, controler, NMI, display screen, scrolling, etc. I don't know how far it will get, I have another project in my mind (related to the NES). Maybe I will release the source code so ppl can have a "very basic library" of functions to the NES, I don't know right now.

Starting learning assembly with the NES is a bad thing, because you will test your code on emulator and emulator are not 100% perfect, and it can cause you big trouble. Another thing is the PPU which is very complex and misterious in some case (even nowadays emulator have problem with it...), and the first thing you should set up in your program is the screen (controled by the PPU) to see something. I would start learning assembly with the i386 instead, a lot easier, you won't have to bother about the hardware! There is a "ton" of tutorials about the i386 on the net, grab one and try yourself! Good luck!

.ORG $8000
LDA #$7F
PHA
LDA #$FF
PHA
RTS

-
Entire Thread
Subject  Posted byPosted On
*Is someone here working on some new game or program for the Nes?  Daniel Eriksson3/14/01 9:49 PM
.*Re: Is someone here working on some new game or program for the Nes?  Tricob9/2/01 06:12 AM
..*Re: Is someone here working on some new game or program for the Nes?  Tricob12/24/01 3:53 PM
..*Re: Is someone here working on some new game or program for the Nes?  zero soul9/2/01 12:58 PM
...*Re: Is someone here working on some new game or program for the Nes?  Tricob9/2/01 8:59 PM
.*Re: Is someone here working on some new game or program for the Nes?  senior20003/19/01 04:32 AM
..Re: Is someone here working on some new game or program for the Nes?  Lone Wolf3/15/01 10:22 PM
..*Re: Is someone here working on some new game or program for the Nes?  Ejdolf4/29/01 10:09 AM
...*Re: Is someone here working on some new game or program for the Nes?  Lone Wolf4/29/01 2:25 PM
....*Re: Is someone here working on some new game or program for the Nes?  zero soul4/30/01 01:46 AM
.....*Re: Is someone here working on some new game or program for the Nes?  Gil-Galad12/23/01 8:46 PM
......*Re: Is someone here working on some new game or program for the Nes?  zero soul12/26/01 03:55 AM
Jump to

Memblers' homepage             Contact Me

Forums powered by WWWThreads Demo