Search found 223 matches

by nineTENdo
Sun Nov 18, 2007 1:22 pm
Forum: Newbie Help Center
Topic: which assembler to use?
Replies: 41
Views: 13455

clearing out that last cpx #$80 did fill in the last row on NESASM. i tried it on asm6 but still nothing. what im thinking is maybe i need to clear all my registers on restart. i did it on NESASM. it worked but i actually had to slip in a lda #$00 sta $0303 to get the the sprite moving right to rese...
by nineTENdo
Sun Nov 18, 2007 12:02 am
Forum: Newbie Help Center
Topic: which assembler to use?
Replies: 41
Views: 13455

also whats with the "not enough memory" error in x816. looking at the ines format documents, could i use the same header i use with asm6 with x816. it looks to be a universal thing
by nineTENdo
Sat Nov 17, 2007 7:09 pm
Forum: Newbie Help Center
Topic: which assembler to use?
Replies: 41
Views: 13455

Still the same. Funny thing now FCE is acting funny. it keeps gliching. meaning a sprite would move- stop- move again.

well heres the demo.

http://www.freewebs.com/ninetendo/NESASM.rar

http://www.freewebs.com/ninetendo/asm6.rar
by nineTENdo
Sat Nov 17, 2007 12:55 am
Forum: Newbie Help Center
Topic: which assembler to use?
Replies: 41
Views: 13455

ok it worked. but its all messed up. does anyone know how to upload a file so can show you the difference.
by nineTENdo
Fri Nov 16, 2007 11:42 pm
Forum: Newbie Help Center
Topic: which assembler to use?
Replies: 41
Views: 13455

i can seem to output my demo normally. at first i couldnt even open it in FCEUXD when i tried to merge a header, output.bin and .chr file. so then i just pasted the header into the .asm file and it all compiled without any errors but i just get a grey screen. if figured it was the .incbin(ed) .pal f...
by nineTENdo
Fri Nov 16, 2007 10:34 am
Forum: Newbie Help Center
Topic: which assembler to use?
Replies: 41
Views: 13455

thanks again everyone:)
by nineTENdo
Fri Nov 16, 2007 10:17 am
Forum: Newbie Help Center
Topic: which assembler to use?
Replies: 41
Views: 13455

yeah those docs do explain alot.

so if i use:
.db "NES",$1a
.db 2 ;prgsize
.db 1 ;chrsize
.db 0 ;mapper#, etc
.db 0,0,0,0,0,0,0,0,0 ;filler

then i dont have to combine the header with the output.bin? or do i just put this in a seperate file and then combine them.
by nineTENdo
Fri Nov 16, 2007 9:35 am
Forum: Newbie Help Center
Topic: which assembler to use?
Replies: 41
Views: 13455

its complies with no flaws it just dosent open in FCEUXD. i figure its my header. im putting all 00 in a 16 bit notepad edited in a hex editor. either that or its my .asm file.

Code: Select all


it starts with:
.org $8000
::
::
::
::
ends with:
.pad $FFFA

.dw nmi,reset,reset

.end
by nineTENdo
Fri Nov 16, 2007 8:51 am
Forum: Newbie Help Center
Topic: which assembler to use?
Replies: 41
Views: 13455

do i define the .chr file in the .asm file like in NESASM
ie:

Code: Select all

 .bank 2   		; switch to bank 2
	.org $0000  		; start at $0000
	.incbin "demo.chr" 	; empty background first
or do i just include it? thanks for the fast reply
by nineTENdo
Fri Nov 16, 2007 8:33 am
Forum: Newbie Help Center
Topic: which assembler to use?
Replies: 41
Views: 13455

Does anyone know how to output a .nes on the ASM6. It says that can only output a .bin file. very simlar to the x816. Usage: asm6 [-options] sourcefile[.asm|.s] [outputfile] [listfile] Options: -? Show some help -l Create listing -L Create verbose listing (expand REPT, MACRO) -d<name>: Define a symb...
by nineTENdo
Wed Nov 14, 2007 9:13 pm
Forum: Newbie Help Center
Topic: NGC?
Replies: 0
Views: 2062

NGC?

Anyone have link to the NGC Nametable Editor. Its the best ive ever used. And i cant remeber where i got it.
by nineTENdo
Sat Nov 10, 2007 3:19 pm
Forum: Newbie Help Center
Topic: My Burning Question.
Replies: 9
Views: 3368

Nerdy Nick wrote:27C256 eprom it slots straight in and theres no rewiring
i noticed a Q input on this chip in place of the data i/o's. would this still work.
by nineTENdo
Sat Nov 10, 2007 3:17 pm
Forum: Newbie Help Center
Topic: My Burning Question.
Replies: 9
Views: 3368

tokumaru wrote:I have a few AT29C256 that work great with NROM without rewiring.

those AT29C256 would be good. but i only find the TSOP package on futurelec. unless thats the only data sheet they provide.
by nineTENdo
Sat Nov 10, 2007 2:52 pm
Forum: Newbie Help Center
Topic: My Burning Question.
Replies: 9
Views: 3368

i think im just gonna rewire. i figure i could get rid of the 15-18 address pins. plus they take hela long to get here.
by nineTENdo
Sat Nov 10, 2007 1:45 pm
Forum: Newbie Help Center
Topic: My Burning Question.
Replies: 9
Views: 3368

thanks, is there any flash so i can easily rewrite.