Added support for user-defined Debugger variables (see 'let' and 'print' commands)

This commit is contained in:
Jeff Parsons 2015-08-12 14:25:45 -07:00
commit 8fef77f067
4 changed files with 334 additions and 99 deletions

View file

@ -70,6 +70,12 @@ var Interrupts = {
DOS: {
VECTOR: 0x21
},
DOS_IDLE: {
VECTOR: 0x28
},
DOS_NETBIOS: {
VECTOR: 0x2A
},
MOUSE: {
VECTOR: 0x33
}