diff --git a/help/AttachDebugger_attach.htm b/help/AttachDebugger_attach.htm new file mode 100644 index 00000000..7d9ee7e0 --- /dev/null +++ b/help/AttachDebugger_attach.htm @@ -0,0 +1,25 @@ + + +
+AttachDebugger[,attach]
Attach the
+debugger to a running process.
arguments
arg1: Process Identifier
+(PID) of the running process.
result
This command will give control back to the user after
+the system breakpoint is reached. It will
+set $pid and $hp/$hProcess variables.
+
2:not: '~' The not operator can be used before a number of a variable, like in C.
3:muliplication/devision: '*' = regular -multiplication (signed/unsigned), '#' = get the higher part of the +multiplication (signed/unsigned), '$' = get the higher part of the multiplication, '/' = regular devision (signed/unsigned, devide by zero=error) and '%' = get the modulo (remainder) of the devision.
4:addition/substraction @@ -47,4 +47,4 @@ syntax:
can be any register, flag, variable or memory location. 'b' can be anything that is recognized as a mathmatical input.a++/a--: 'a' can be any register, flag, variable or memory -location.
\ No newline at end of file +location.