avatar_Audronic

Is there some software that enables me to find the entry point of a ROM

Started by Audronic, 05:34, 15 January 16

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Audronic

Hi All

Is there some software that enables me to find the entry point of a ROM (File)
I would like to load a ROM from Basic , and Execute it, as i have done with TFM's ROManager 1.45.

Thanks   Ray
Procrastinators Unite,
If it Ain't Broke PLEASE Don't Fix it.
I keep telling you I am Not Pedantic.
As I Live " Down Under " I Take my Gravity Tablets and Wear my Magnetic Boots to Keep me from Falling off.

TFM

ROManager 2.14 shows the entry points for all RSX commands.
Also the !ROMS command from VDOS does that.


Or you take MAXAM and start disassembling the ROM beginning at &C000. Soon you see a lot of JP &XXXX commands. The first it for ROM initialization, the others are for all the RSX commands (in respective order).



TFM of FutureSoft
Also visit the CPC and Plus users favorite OS: FutureOS - The Revolution on CPC6128 and 6128Plus

Audronic

Quote from: TFM on 18:41, 15 January 16
ROManager 2.14 shows the entry points for all RSX commands.
Also the !ROMS command from VDOS does that.


Or you take MAXAM and start disassembling the ROM beginning at &C000. Soon you see a lot of JP &XXXX commands. The first it for ROM initialization, the others are for all the RSX commands (in respective order).


@TFM
Thanks for that I have seen all the " C3 xx xx " at the beginning of the ROM file. I will try 2.14 as i now have some Extra Flash Ram to do some tests with.
I will also have a look at " VDOS " .


Thanks   Ray
Procrastinators Unite,
If it Ain't Broke PLEASE Don't Fix it.
I keep telling you I am Not Pedantic.
As I Live " Down Under " I Take my Gravity Tablets and Wear my Magnetic Boots to Keep me from Falling off.

TFM

TFM of FutureSoft
Also visit the CPC and Plus users favorite OS: FutureOS - The Revolution on CPC6128 and 6128Plus

Powered by SMFPacks Menu Editor Mod