Thanks for the quick reply,
Is the entire alphabet included or only the ones used by Sega, for instance when i did some programming for cheap japanese handheld ports, they only included letters used,
A E I O U 1 2 3 4 5 6 7 8 9 0
N M . , :
That was the format for the file.
Edit "E" in twice XD
Search found 54 matches
- Thu May 28, 2009 7:40 pm
- Forum: Megadrive/Genesis
- Topic: Hello world syntax problems
- Replies: 36
- Views: 29984
- Thu May 28, 2009 7:22 pm
- Forum: Megadrive/Genesis
- Topic: Hello world syntax problems
- Replies: 36
- Views: 29984
- Thu May 28, 2009 6:37 pm
- Forum: Megadrive/Genesis
- Topic: Hello world syntax problems
- Replies: 36
- Views: 29984
- Thu May 28, 2009 10:04 am
- Forum: Megadrive/Genesis
- Topic: Hello world syntax problems
- Replies: 36
- Views: 29984
- Wed May 27, 2009 1:24 pm
- Forum: Megadrive/Genesis
- Topic: Hello world syntax problems
- Replies: 36
- Views: 29984
- Fri May 01, 2009 3:13 pm
- Forum: Cartridge
- Topic: Cartridge Reproduction
- Replies: 2
- Views: 15903
- Fri May 01, 2009 3:10 pm
- Forum: Megadrive/Genesis
- Topic: Hello world syntax problems
- Replies: 36
- Views: 29984
Hi,
Thanks for your replys,
@chillywilly, Thanks but i would rather do ASM just because its a new language for me. but i will give it a try....
@tomaitheous Hi, I spotted the mistake with labels yesterday, i forgot to include
"org $1000"
before main.
As for the print string routine, can you give ...
@chillywilly, Thanks but i would rather do ASM just because its a new language for me. but i will give it a try....
@tomaitheous Hi, I spotted the mistake with labels yesterday, i forgot to include
"org $1000"
before main.
As for the print string routine, can you give ...
- Tue Apr 28, 2009 7:06 pm
- Forum: Cartridge
- Topic: Cartridge Reproduction
- Replies: 2
- Views: 15903
Cartridge Reproduction
Anyone who wants to publish their ROM can using gamereproductions.com
for $7.50 you can have your ROM or a licensed ROM (I dont know where the law comes on this but...) burnt to a cart and even upload or send them a logo for the front of the cart
You can have 1 or 2 2mb eeproms for next to nothing ...
for $7.50 you can have your ROM or a licensed ROM (I dont know where the law comes on this but...) burnt to a cart and even upload or send them a logo for the front of the cart
You can have 1 or 2 2mb eeproms for next to nothing ...
- Tue Apr 28, 2009 6:24 pm
- Forum: Megadrive/Genesis
- Topic: Hello world syntax problems
- Replies: 36
- Views: 29984
Hello world syntax problems
Hi, Kinda new to the whole programming aspect on the megadrive, i like you absolutely love it! my dream has always been to get some code running on native hardware.
well i have started learning asm but compiling this is getting to be a problem.
for some reason no errors appear in several ...
well i have started learning asm but compiling this is getting to be a problem.
for some reason no errors appear in several ...