Omnimaga
Calculator Community => TI Calculators => ASM => Topic started by: SirCmpwn on September 14, 2010, 05:15:34 pm
-
Hello,
What is the file structure of a ROM file? 0x0000-0x3FFF is Page 00, I know, and I think that 0x4000-0x7FFF is Page 01, and so on, but can someone give me a list of the page order?
-
Do you mean the .rom files on a computer? Or do you mean something else by including the addresses?
-
No, I got it figured out. Thanks, though.
-
Okay. Good luck with whatever you're trying to do :)
-
tiDE emulator, for the record.
-
Could you post your results in case someone else has the same problem?
-
tiDE emulator, for the record.
I thought you were just using Wabbit for the emulator?
-
Nope. Integrated debugging is not supported by any current emulator, so I'm making my own.
-
Oh ok. I just thought I remember seeing Wabbit used in your demonstration videos.
-
Ah. That was TI Dev, which is entirely different. People tend to get those mixed up x.x
-
Oh ok. My mistake. I couldn't remember which it was. Just remember seeing it somewhere :P
Well good luck on development.
-
Ah. That was TI Dev, which is entirely different. People tend to get those mixed up x.x
Yeah I think it has to do with the tiDE acronym being kinda close to TI Dev x.x. I myself got them mixed up before. So much that I moved the TI Developer thread in the tiDE forum once.
For the emu I assume it will be mostly for use with tiDE, right? Not necessarly a standalone emu?
-
Ya, it's for tiDE.
tiDE emulator, for the record.
-
Could you post your results in case someone else has the same problem?
The .rom file is just a raw binary file containing the contents of the Flash ROM.
The first 16KB of the file is page $00, the next 16KB page $01, and so on until either $1F, $3F, or $7F for 83+, 84+, and 83/84+SE respectively. In the same order, the resulting sizes are 512KB, 1MB, and 2MB.
-
Thanks calcdude. As for the standalone questions, tiDE is just a frontend. I'm writing an emulation library that can be used on any application. I plan on porting it to the Zune, Windows Phone 7, etc.
-
What about the iPod Touch? Or is that to hard since it would have to be programmed in a different language.
-
No, I could probably use MonoTouch, I just don't own an iPod and I don't want to shell out that much cash for an iPod and a dev kit and a Mac. Or, I could jailbreak it, but getting one in the first place is still expensive.
-
Oh ok. Gotcha.
-
Thanks calcdude. As for the standalone questions, tiDE is just a frontend. I'm writing an emulation library that can be used on any application. I plan on porting it to the Zune, Windows Phone 7, etc.
Sounds like a cool idea. More people can use it then :D (although a lot here seems to have an iPod and on other places the Google phone)
-
Well, it will run on an iPod/iPad/iPhone with Monotouch.