In other words, what's the equivalent configuration/commands to build it? I naively tried ```bash $ cc65 demo.s --verbose --target nes -o demo.nes ``` but got a bunch of compiler warnings and errors.
In other words, what's the equivalent configuration/commands to build it? I naively tried
but got a bunch of compiler warnings and errors.