Glitch City Laboratories Archives

Glitch City Laboratories closed on 1 September 2020 (announcement). This is an archived copy of a thread from Glitch City Laboratories Forums.

You can join Glitch City Research Institute to ask questions or discuss current developments.

You may also download the archive of this forum in .tar.gz, .sql.gz, or .sqlite.gz formats.

Programming/Scripting/Development/Web Design

GBZ80 assembler? - Page 1

GBZ80 assembler?

Posted by: Raven Freak
Date: 2010-11-10 21:58:41
I disassembled both Red and Japanese Yellow, but I can't assemble a ROM without a compiler of some sort. I've searched google, and only found command line programs. :\ Can anyone help? I always get confused on how to open a file using a command line program. :V

Re: GBZ80 assembler?

Posted by: Ketsuban
Date: 2010-11-11 02:26:29
Type this in your command line:

"C:\Path To Your Compiler\compiler.exe" "C:\Path To Your Dump\dump.bin"

Remember to include the quotes in the above.

Re: GBZ80 assembler?

Posted by: GARYM9
Date: 2010-11-18 21:23:49
I know of a .bat file, but I can't retrieve it right now as it's on my other computer which is currently a brick.

Re: GBZ80 assembler?

Posted by: Bent`
Date: 2010-11-19 11:57:57
The command line isnt hard. Shodans advice above is good: just use full pathnames when needed and youll be fine.

If youre asking for a good Game Boy assembler, I recommend RGBDS.

Re: GBZ80 assembler?

Posted by: Raven Freak
Date: 2010-12-10 03:04:05
Sorry I haven't posted in here yet. :V Alright i'll take your advice, get the assembler and write my own build batch file. (While i'm at it, I probably need a different disassembler too. :V DZ80 IIRC doesn't disassemble the full ROM, I think there's a byte limit or something.)