Test Site for an x86 Simulator
A Widener University Senior Project
Nick McGinty
Joey Raine
Bob Neveln, Advisor
John Stoddart, Advisor
The sole purpose of this site is for the testing and development of a web implementation of the edlinas program.
Besides HTML and CSS it relies on Javascript, Python 3 and
Brython.
The program has three main functions:
- Editing x86 Assembly Code
Lines in the central code panel may be selected using the mouse. Selected lines may be cut, pasted or changed using commands on the Edit menu and the Entry box below. New lines may also be inserted into the panel
from the
Entry box.
Programs may be loaded into the code panel using the
commands on the File menu.
- Interpreting x86 Assembly Code Commands
Once Interpreting on the Run menu is selected,
the Entry box functions as a command line interpreter
for assembly language commands, entered individually.
- Executing x86 Assembly Code Programs
Programs in the code panel may be run
using the Run command on the Run menu.