Search found 111 matches

by sigflup
Sat Feb 19, 2011 2:55 pm
Forum: Megadrive/Genesis
Topic: snasm68k manual? or what's the origin mnemonic?
Replies: 5
Views: 4605

it's org... or rather ORG. the case mattered- that's why I couldn't find it.
by sigflup
Sat Feb 19, 2011 4:16 am
Forum: Megadrive/Genesis
Topic: snasm68k manual? or what's the origin mnemonic?
Replies: 5
Views: 4605

snasm68k manual? or what's the origin mnemonic?

Can't find the snasm68k manual :(

anyone know the origin mnemonic?

e.g.

org $30

blah blah
by sigflup
Wed Sep 08, 2010 6:59 pm
Forum: Tools
Topic: New Sprite editor
Replies: 12
Views: 11790

No flames. :D -m32 only makes that one item being compiled output 32 bit object code. As long as the rest of the makefile links together those 32 bit object files with 32 bit libraries, it shouldn't be an issue. The main problem is that most people just use lib specs like -lc or -lm, which on 64 bi...
by sigflup
Wed Sep 08, 2010 2:25 pm
Forum: Tools
Topic: New Sprite editor
Replies: 12
Views: 11790

Get rid of the -m32. It takes much more than that to make a program compile as 32 bit on a 64 bit system. Just adding -m32 and thinking it will now compile as 32 bit is fooling yourself. The only real way to compile a 32 bit program on a 64 bit system is to chroot into a 32 bit system with a 32 bit...
by sigflup
Tue Sep 07, 2010 4:46 pm
Forum: Tools
Topic: New Sprite editor
Replies: 12
Views: 11790

@tails92 Ok- I've made it a bit more consistent. I am going to keep -m32 however because it doesn't run natively on a 64bit system and I don't have a 64bit system to test it on. It's gonna have to be 32bit for the moment. I've never run in on netbsd so awesome! Do you mind downloading it and running...
by sigflup
Mon Sep 06, 2010 12:08 pm
Forum: Tools
Topic: New Sprite editor
Replies: 12
Views: 11790

New Sprite editor

http://uberleethackerforce.deepgeek.us/prod_1.jpg I want you fellas to try out my sprite editor. It's for the sega-genesis, the project url is http://uberleethackerforce.deepgeek.us and is under the prods section. The direct url is http://hobones.dogsoft.net/mega/mega_distrib.tgz this is for unix a...