PEBUG
An x86 old-debug-like program.
still an ongoing project
The main goal of this project is to provide an educational and introductory interface to assmebler, x86 flavor in particular.
The user can interact directly with the memory the program presents.
The memory model es similar to the DOS (pages of 64Kb)
Commands
This modes are available at this time;
- command mode
- arithmetic mode
Command mode
- d xx yy: display memory from xx to yy
- demo: load a predefined string into the first bytes of its memoru.
- sp xx: set default memory page to sp.
- q or quit: to quit this program.