Sik wrote:So
there was Basiegaxorz. I forgotten where the page was

Now I can make examples for it too... through a lot of the examples in the page are already built-in instructions. I guess that most of the Basiegaxorz examples (at first at least) will have to do with handling the FM channels, ability it lacks. Any idea about the limit for a Basiegaxorz program? Because last time I tried there was a limit on the size of source code the IDE could handle, after that it crashed. Through it was back when it used SNASM68K, just to give you an idea...
The latest is actually 1.24 and was posted in the devster forum.
http://devster.monkeeh.com/sega/basiegaxorz/bex124.zip
BasiEgaXorz actually has it's on forum there:
http://devster.proboards22.com/index.cg ... asiegaxorz
It now uses a command line app to compile, and asmx to do the assembling, so I think the limits don't matter now.
Is ASMX MRI compatible? If you don't know, it means it uses the same syntax such as SNASM68K or ASM68K. A good example of non-MRI compatible assembler is GAS by default, through you can get it into MRI compatibility mode with the -M/--mri switch.
I believe it is. Not 100% certain on that, but it looks VERY much the same to me. If you have to change something, it's not nearly as much as GAS.
Asmx can be compiled in linux (how I use it) or cygwin for Windows.
About the GNU tools, I think I better put a link to them... They take up just too much space. I don't have any space limits in Sepwich, but anyways... And after all, by the URLs I guess they're from the official sources, right?
Yes, KPIT is the official source and maintains both linux and Windows toolchains for gcc and gdb for the SH family. They want people to register to download the tools. It's not a big deal, and they email you when an update comes out. Their latest GNUSH toolchain is 77MB in size, and gives gcc 4.2 for the SH family. If people fuss too much, we could always just put a copy on MediaFire or MegaUpload or something.