Search found 9 matches
- Thu Sep 27, 2007 10:10 am
- Forum: NESdev
- Topic: Some new NES demoscene stuff
- Replies: 22
- Views: 17301
- Wed Sep 26, 2007 8:26 am
- Forum: Newbie Help Center
- Topic: which assembler to use?
- Replies: 41
- Views: 13454
- Tue Sep 25, 2007 6:17 pm
- Forum: Newbie Help Center
- Topic: which assembler to use?
- Replies: 41
- Views: 13454
- Mon Sep 24, 2007 9:21 pm
- Forum: Newbie Help Center
- Topic: which assembler to use?
- Replies: 41
- Views: 13454
which assembler to use?
There seems to be a lot of contempt towards NESASM...so which assembler would the people on this board recommend? 
- Mon May 21, 2007 10:10 pm
- Forum: Newbie Help Center
- Topic: Nullsleep's NSF playback code + displaying a sprite
- Replies: 7
- Views: 3029
- Mon May 21, 2007 10:10 pm
- Forum: Newbie Help Center
- Topic: Nullsleep's NSF playback code + displaying a sprite
- Replies: 7
- Views: 3029
- Mon May 21, 2007 9:18 pm
- Forum: Newbie Help Center
- Topic: Nullsleep's NSF playback code + displaying a sprite
- Replies: 7
- Views: 3029
Nullsleep's NSF playback code + displaying a sprite
Well I got X816 to work with DOSBox, so I got the playback code working. But now I am trying to display a sprite, I took some code from GBA Guy's tutorial (I got the code from Day 5 to assemble with NESASM), and tried to combine it with the playback code. Obviously, I don't know what the hell I am d...
- Wed May 16, 2007 10:17 am
- Forum: Newbie Help Center
- Topic: trying to get nullsleep's NSF playback code working...
- Replies: 3
- Views: 2048
Ack! Well after I added those changes my emulator won't even open the .nes file. It gives a corrupt file error. I'm thinking maybe there's a better assembler I should use...any ideas? I'll try X186 again. NoCarrier: I plan on adding a simple graphic later so I don't think NSFulator would help me(?)....
- Sun May 13, 2007 8:52 pm
- Forum: Newbie Help Center
- Topic: trying to get nullsleep's NSF playback code working...
- Replies: 3
- Views: 2048
trying to get nullsleep's NSF playback code working...
hello all, I'm trying to get the NSF playback code from Nullsleep's guide working...the only problem is I am using NESASM because I couldn't get X186 to work.Here is the code I had at first: ; *** X816 SETTINGS *** .mem 8 ; 8-bit memory mode .index 8 ; 8-bit index mode .opt on ; address optimize .or...