Offline
Denmark

Hi,

In order to write and compile assembly code; is there a tutorial or description somewhere describing this ? What kind of software ? Sublime text eg?

This site (http://gameboy.mongenel.com/tools.html) links to WLA DX as a tool, but the source files seem to be missing: http://sourceforge.net/projects/wladx/f … rce=navbar


Cheers

Offline
UK, Leicester

http://gbdev.gg8.se/wiki/articles/Main_Page

somewhere on here certainly, sorry I can't be more help

Offline
Michigan

The utility you want is RGBDS.
Follow this:
http://cratel.wichita.edu/cratel/ECE238 … oyDevSetup
If you're on Windows Vista or above, I'll help you edit the batch file to have the compiler work. Let me know when you're that far in the setup.

Gawd I loathe High-level languages. gbz80ASM FTW!

Offline
Sweeeeeeden

You may be interested in this:
http://blog.gg8.se/wordpress/2013/01/28 … lcome-rom/

Disclaimer: I'm not saying this is the perfect setup, but it's what I use.

Offline
Denmark
Jazzmarazz wrote:

The utility you want is RGBDS.
Follow this:
http://cratel.wichita.edu/cratel/ECE238 … oyDevSetup
If you're on Windows Vista or above, I'll help you edit the batch file to have the compiler work. Let me know when you're that far in the setup.

Gawd I loathe High-level languages. gbz80ASM FTW!

Thanks man!

I'm on windows 7 (bootcamp.. I have mac osx 10.7 as well, but thought this would be easier), and I've come to the compiling process now which gives me this in the command prompt:

F:\gameboy\rgbds\assemble hello-world-with-comments
'command' is not recognized as an internal or external command,
operable program or batch file.
assembling...
Output filename hello-world-with-comments.obj
Assembling hello-world-with-comments.asm
Pass 1...
Pass 2...
Success! 3481 lines in 0.05 seconds <4016538 lines/minutes>
linking...
fixing...

***ERROR: Unable to open file

RGBFix v1.02 <part of ASMotor 1.10>

Usage: rgbfix [options] image[.gb]
Options:
////////// And then some options follow....

So you're saying that it's possible to change something in the .bat file for this to work on windows 7?
Else I could probably get windows xp for parallels desktop..

Offline
Sweeeeeeden

Try changing command /c to cmd /c

Offline
Michigan
nitro2k01 wrote:

Try changing command /c to cmd /c

Yup. hehe...