.ASM into .NES assistance

Discuss technical or other issues relating to programming the Nintendo Entertainment System, Famicom, or compatible systems.

Moderator: Moderators

User avatar
tokumaru
Posts: 12106
Joined: Sat Feb 12, 2005 9:43 pm
Location: Rio de Janeiro - Brazil

Re: .ASM into .NES assistance

Post by tokumaru »

caramelpuffpuff wrote:Does the documentation (prog. the 65816) also teach you to make SNES games?
It doesn't, because this document is not focused on game programming techniques and does not cover anything about the rest of the hardware in the SNES (video, sound, input, etc). The document is focused on the architecture of these CPUs, which you have to know in order to make games on the NES and SNES, but there are many other things you have to learn in addition to getting acquainted with the CPUs.

Learning assembly for making games on old consoles is like going to college in a country whose language you don't speak: you have to learn the language first in order to take the classes, so that you can communicate with the teacher and your classmates. Learning the language is only the first step, you still have to study all the different subjects in order to get your diploma. When programming games, assembly is just a language. You have to learn about game programming techniques (things like physics, object management, etc.) and your target hardware (memory, video, audio, input) in order to know WHAT to say to the CPU.
User avatar
caramelpuffpuff
Posts: 64
Joined: Sat Feb 23, 2013 4:16 pm

Re: .ASM into .NES assistance

Post by caramelpuffpuff »

Ooooh. I understand now.
I am thinking of requesting a tutor [free] to learn NES programming in 6502 Assembly, as I am still baffled on the Bunnyboy 6504 lessons. If anyone want to help, I'm happy.
Bear in mind I may act silly or have trouble understanding, so please bear with me.
User avatar
caramelpuffpuff
Posts: 64
Joined: Sat Feb 23, 2013 4:16 pm

Re: .ASM into .NES assistance

Post by caramelpuffpuff »

Wait, what happened to the links?!
I am thinking of requesting a tutor [free] to learn NES programming in 6502 Assembly, as I am still baffled on the Bunnyboy 6504 lessons. If anyone want to help, I'm happy.
Bear in mind I may act silly or have trouble understanding, so please bear with me.
User avatar
Movax12
Posts: 529
Joined: Sun Jan 02, 2011 11:50 am

Re: .ASM into .NES assistance

Post by Movax12 »

Post Reply