Linux, huh? I would take a look at the GNU assembler: http://sourceware.org/binutils/docs/as/
This works with a *ton* of different systems, and you only need to know the idiosyncrasies of each instead of a whole new assembler platform.
Search found 237 matches
- Sat Sep 29, 2012 4:44 pm
- Forum: Megadrive/Genesis
- Topic: Recommended assembly tools & docs for beginning with ASM
- Replies: 8
- Views: 9341
- Sat Sep 29, 2012 4:41 pm
- Forum: Tools
- Topic: DefleMask - A Multi-System Tracker
- Replies: 90
- Views: 106294
- Wed Sep 26, 2012 1:18 am
- Forum: SGDK
- Topic: Playing VGM Files with SGDK
- Replies: 10
- Views: 10388
I'm not really sure if 'waitMs' is equivalent to 'delay' or not. If there is not enough of a delay between loading the driver and using it, things seem not to work. Perhaps try a longer delay, like a full second sleep.
It does appear that the driver is loaded in the rom you built. Unfortunately I ...
It does appear that the driver is loaded in the rom you built. Unfortunately I ...
- Mon Sep 24, 2012 8:12 pm
- Forum: SGDK
- Topic: Playing VGM Files with SGDK
- Replies: 10
- Views: 10388
- Fri Sep 14, 2012 5:56 pm
- Forum: Hardware
- Topic: Cart Manufacturing?
- Replies: 11
- Views: 12539
By case I meant the shell of the cart.
Emachineshop.com provides software to design what you want. It's fairly simplified for a CAD program but still provides a lot of options. So far what I've ended up with is far too expensive to be practical, but there seems to be a lot of details I could tweak ...
Emachineshop.com provides software to design what you want. It's fairly simplified for a CAD program but still provides a lot of options. So far what I've ended up with is far too expensive to be practical, but there seems to be a lot of details I could tweak ...
- Fri Sep 14, 2012 12:57 am
- Forum: Hardware
- Topic: Cart Manufacturing?
- Replies: 11
- Views: 12539
- Wed Sep 12, 2012 5:25 pm
- Forum: Tools
- Topic: Linux Genesis Dev Setup
- Replies: 125
- Views: 159960
Linux Genesis Dev Setup
UPDATE!!
I've moved the Google Code project to: https://github.com/kubilus1/gendev
BASIC INSTRUCTIONS
==================
$ git clone https://github.com/kubilus1/gendev.git
$ cd gendev
$ make
This will build the entire GCC toolchain for genesis development, plus SGDK.
Build takes about 1 ...
I've moved the Google Code project to: https://github.com/kubilus1/gendev
BASIC INSTRUCTIONS
==================
$ git clone https://github.com/kubilus1/gendev.git
$ cd gendev
$ make
This will build the entire GCC toolchain for genesis development, plus SGDK.
Build takes about 1 ...
- Thu Aug 30, 2012 8:40 pm
- Forum: Sound
- Topic: z80 vgm player
- Replies: 34
- Views: 71106
- Wed Aug 29, 2012 2:40 pm
- Forum: Tools
- Topic: DefleMask - A Multi-System Tracker
- Replies: 90
- Views: 106294
- Wed Aug 29, 2012 4:03 am
- Forum: Sound
- Topic: z80 vgm player
- Replies: 34
- Views: 71106
Updated the Driver
Okay I spent some time revamping this driver and making it a bit more of an API. Now the songs can be located anywhere in the memory and the driver will take care of banking, finding the offset within the bank, etc.
The sdcc stack space at 0x1fff still applies, but I went ahead and precompiled the ...
The sdcc stack space at 0x1fff still applies, but I went ahead and precompiled the ...
- Fri Aug 17, 2012 4:06 pm
- Forum: Sound
- Topic: z80 vgm player
- Replies: 34
- Views: 71106
- Thu Aug 16, 2012 2:28 am
- Forum: Tools
- Topic: DefleMask - A Multi-System Tracker
- Replies: 90
- Views: 106294