NESMaker 6502
ASM Challenges

Disclaimer:

This page is not associated with The New 8-Bit Heroes. This is a community contribution.
Please direct any questions/concerns to chronosv2 on the forums or on GitHub as issues in the repo here.

Table of Contents

Each of the following Challenge Pages is from the end of one of the NESMaker 6502 Tutorial Videos I’ve published to YouTube.

  1. Gaining Magic presented in NESMaker ASM Tutorial #$02 - Tearing down some scripts!
  2. And, Or, XOr presented in NESMaker ASM Tutorial #$03 - Conditions, Jumping, Branching and Subroutines
  3. Magic Armor presented in NESMaker ASM Tutorial #$04 - Similar Commands, Division and the Remaining Commands

What's this about?

This is a series of challenges I’ve designed for use with my Assembly Language Tutorials for the NESMaker community. NESMaker is a new game development tool designed to make creating games for the original NES a whole lot easier. While the pitch is making NES games with no coding required, I’ve found in my own experience that making games without any custom code can lead to things being samey. There were enough people that wanted to learn and couldn’t wait for official tutorials, so I decided I’d fill in the hole and see what I could do.