Search found 5 matches
- Mon Mar 18, 2019 8:41 am
- Forum: Newbie Help Center
- Topic: How do I assemble assembly code?
- Replies: 19
- Views: 12935
Re: How do I assemble assembly code?
How do I assemble assembly code, I'd like to code in 6502 assembly, not in C
- Mon Mar 18, 2019 8:20 am
- Forum: Newbie Help Center
- Topic: How do I assemble assembly code?
- Replies: 19
- Views: 12935
Re: How do I assemble assembly code?
No resource I've found explains how to use NesAsm. Nerdy Nights didn't tell me how to assemble, only how to code. The readme gives curt instruction on how to install it on linux, and update notes, but no guide. I'm going to be using a mac more often than not, so can someone tell me how to compile on...
- Thu Mar 07, 2019 1:15 pm
- Forum: Newbie Help Center
- Topic: How do I assemble assembly code?
- Replies: 19
- Views: 12935
Re: How do I assemble assembly code?
How much am I going to be interacting with command line interfaces when assembling code?
- Thu Mar 07, 2019 11:35 am
- Forum: Newbie Help Center
- Topic: How do I assemble assembly code?
- Replies: 19
- Views: 12935
Re: How do I assemble assembly code?
I have a Mac, but I'm trying to set up a demo for a teacher at my school, and I work on PCs at school. I have a Mac with me right now, but I'd say PC instructions are more important. I'd like Mac instructions though, so I could make my own programs on my Mac. If you were to direct me to instructions...
- Thu Mar 07, 2019 11:24 am
- Forum: Newbie Help Center
- Topic: How do I assemble assembly code?
- Replies: 19
- Views: 12935
How do I assemble assembly code?
I feel like it should be obvious, but I don't know how to get from an .asm file to an .nes file. I've found NesAsm, but it spits out an .fns file when I drag my program onto the executable. I just can't find any clear step-by-step instructions on how to get from point A (.asm file) to point B (.nes ...