What was the first NES assembler?

Discuss technical or other issues relating to programming the Nintendo Entertainment System, Famicom, or compatible systems. See the NESdev wiki for more information.

Moderator: Moderators

DementedPurple
Posts: 318
Joined: Mon Jan 30, 2017 5:20 pm
Location: Colorado USA

What was the first NES assembler?

Post by DementedPurple »

This isn't a necessary question, but what were the original tools they used to program and design the graphics for games like Super Mario Bros. I'm just curious because I can't seem to find any information about that. And if anyone knows, I'd also be interested to learn what computers they used. Not any modern assemblers like ca65, but the older ones from the mid 80's that Nintendo used.
User avatar
Bregalad
Posts: 8056
Joined: Fri Nov 12, 2004 2:49 pm
Location: Divonne-les-bains, France

Re: What was the first NES assembler?

Post by Bregalad »

Assemblers for 6502 existed long before the FC or the NES were even in project of being made, so the question makes no sense.

We don't know about tools used by Nintendo, but we know about tools used by a small british company to develop Elite, a NES game using wireframe graphics. Search for Tank Demo on the old Nesdev main page., a demo which uses an improved version of the same wireframe engine, version that never made it's way onto the game market.
DementedPurple
Posts: 318
Joined: Mon Jan 30, 2017 5:20 pm
Location: Colorado USA

Re: What was the first NES assembler?

Post by DementedPurple »

Do we know what graphics tools they used?
User avatar
dougeff
Posts: 3079
Joined: Fri May 08, 2015 7:17 pm

Re: What was the first NES assembler?

Post by dougeff »

Here's a video of someone using the Merlin 64 assembler.

https://youtu.be/CDPlfqpgW8c

EDIT...all the paint programs I am aware of were designed around 1986-88. Since SMB was done in 85, they wouldn't have used them.

I've heard that levels and graphics were drawn by hand, on graph paper, and converted to hex values manually. But I have no proof.

Edit 2 - note, that this is not an NES specific assembler, but a general purpose 6502 assembler. I have no idea what the actual Nintendo programmers used.
Last edited by dougeff on Tue Mar 14, 2017 4:22 pm, edited 1 time in total.
nesdoug.com -- blog/tutorial on programming for the NES
User avatar
tokumaru
Posts: 12427
Joined: Sat Feb 12, 2005 9:43 pm
Location: Rio de Janeiro - Brazil

Re: What was the first NES assembler?

Post by tokumaru »

There are some magazine scans with pictures of the development of SMB3 showing some Mario sprites being drawn and you can see a bit of the interface.
tepples
Posts: 22708
Joined: Sun Sep 19, 2004 11:12 pm
Location: NE Indiana, USA (NTSC)
Contact:

Re: What was the first NES assembler?

Post by tepples »

dougeff wrote:I've heard that levels and graphics were drawn by hand, on graph paper, and converted to hex values manually. But I have no proof.
References to "tracing holes" in a rant that fills unused space in Pachi Com confirm that this was done in at least the NROM era.
ccovell
Posts: 1045
Joined: Sun Mar 19, 2006 9:44 pm
Location: Japan
Contact:

Re: What was the first NES assembler?

Post by ccovell »

Way way back in the early days, Nintendo designers would fill in squares on graph paper, either in B&W or using coloured markers. They would then "scan" them in 16x16 (8x8?) dots at a time using an LED and photoreceptor array. This was fortunately superseded by the PC-based CHR editors seen in the Mario 3 pics in Nintendo Power, etc.

Pics of the archaic & laborious process caught on videotape:
Attachments
mar04.png
mar03.png
mar02.png
mar01.png
DementedPurple
Posts: 318
Joined: Mon Jan 30, 2017 5:20 pm
Location: Colorado USA

Re: What was the first NES assembler?

Post by DementedPurple »

What issue of Nintendo power had the screenshots?
kazblox
Posts: 35
Joined: Thu Feb 23, 2017 2:27 pm

Re: What was the first NES assembler?

Post by kazblox »

Leftover data in the Japanese version of Air Fortress suggests that x6502 (judging by how the text refers to ".X65"?!?!) from the 2500 A.D. assembler set was being used at the time. At least in 1987, that's the earliest year I can point out for sure...

As a side note, the leftover text also curiously refers to a DOS port of grep as well.
User avatar
dougeff
Posts: 3079
Joined: Fri May 08, 2015 7:17 pm

Re: What was the first NES assembler?

Post by dougeff »

DementedPurple wrote:What issue of Nintendo power had the screenshots?
From chris's website...

http://www.chrismcovell.com/secret/week ... tars10.jpg

Full link...
http://www.chrismcovell.com/secret/week ... puter.html

(Scans from a Japanese book called The Stars of Famicom Games)
nesdoug.com -- blog/tutorial on programming for the NES
Oziphantom
Posts: 1565
Joined: Tue Feb 07, 2017 2:03 am

Re: What was the first NES assembler?

Post by Oziphantom »

The HP 64000 mini computers seem to be used a lot, so I guess whichever ASM their 6502 ICE came with. They probably also used PC86-88, Sharp-X based system as well though. I would also think that Europeans probably used the PDS system as well, maybe having to make a custom cable to attach it. Commodore used VAX based systems for the assembling. But none of these would have been NES assemblers, I would think the first NES assembler was probably a Scene based thing. SN/Psy-q didn't start until later, there is no SNASM for NES.. Lots of fun details in the Untold History of Japanese Games books though.
User avatar
rainwarrior
Posts: 8735
Joined: Sun Jan 22, 2012 12:03 pm
Location: Canada
Contact:

Re: What was the first NES assembler?

Post by rainwarrior »

I'm imagining a 6502 assembler that runs on a Z80 and the thought kind of makes me smile.
Oziphantom
Posts: 1565
Joined: Tue Feb 07, 2017 2:03 am

Re: What was the first NES assembler?

Post by Oziphantom »

I wonder which CPU assembles faster... C64 vs Spectrum FIGHT!
User avatar
Punch
Posts: 365
Joined: Sat Feb 16, 2013 11:52 am

Re: What was the first NES assembler?

Post by Punch »

Nasir Gebelli used an Apple II and its mini assembler to make all his games, including the Famicom games Rad Racer, 3D Worldrunner and Final Fantasy. Yes, the mini assembler and nothing else. He was a legend. He didn't even know how a RPG game worked when he started programming Final Fantasy!
This is a block of text that can be added to posts you make. There is a 255 character limit.
furrykef
Posts: 35
Joined: Fri Mar 02, 2012 11:10 pm

Re: What was the first NES assembler?

Post by furrykef »

And it showed. ;)
Post Reply