jmce.sim.cpu
Class MotorolaLoader
java.lang.Object
jmce.sim.cpu.AbstractLoader
jmce.sim.cpu.MotorolaLoader
- All Implemented Interfaces:
- Loader
public class MotorolaLoader
- extends AbstractLoader
Motorola S19 file loader.
This class is not fully tested. For now only 1 and 9 record type are
supported.
- Since:
- 1.01
- Author:
- Mario Viara
Method Summary |
void |
load(Memory m,
java.lang.String name,
int base,
LoadInfo info)
Load the file in memory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MotorolaLoader
public MotorolaLoader(java.lang.String ext)
load
public void load(Memory m,
java.lang.String name,
int base,
LoadInfo info)
throws SIMException
- Description copied from interface:
Loader
- Load the file in memory
- Parameters:
m
- - Memory where load the file.name
- - File name.base
- - Base address where start loading.info
- - Load information must be set after loading is
completed.
- Throws:
SIMException
- See Also:
LoadInfo