Added support for user-defined Debugger variables (see 'let' and 'print' commands)
This commit is contained in:
parent
2fd9f6cfe5
commit
8fef77f067
4 changed files with 334 additions and 99 deletions
|
|
@ -70,6 +70,12 @@ var Interrupts = {
|
|||
DOS: {
|
||||
VECTOR: 0x21
|
||||
},
|
||||
DOS_IDLE: {
|
||||
VECTOR: 0x28
|
||||
},
|
||||
DOS_NETBIOS: {
|
||||
VECTOR: 0x2A
|
||||
},
|
||||
MOUSE: {
|
||||
VECTOR: 0x33
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue