|
A typical command to start JPC is:
java -jar JPCApplication.jar -boot fda -fda floppy.img -hda dosgames.img
The full list of options available are:
The JPC debugger allows you to run x86 code step by step, use breakpoints, memory watchpoints, directly view the memory, cpu state etc in a nice colourful GUI. Download the debugger now.
Once you've set your disks in the debugger (you can pass command line options identical to the Application or just use the menus), click "create new pc" in the File menu. Then to start execution click "start" in the run menu.
Here's a screenshot of the JPC debugger, which is an incredibly powerful tool for breaking open the x86 architecture as well as a really useful teaching tool.