; kdb.ini - annotated
; Set com1 to run at 115k
.b 115200T 1
; This is a hack to add comments to kdb.ini
? " 10 May 09 SHL "
? " on debug terminal - mode com1 115200,n,8,1,rts=hs,buffer=on,xon=on or equivalent "
? " on mut "
; Access com1 mcr and set ie,rts,dtr on
o 3fc b
; Access com1 fcr and trigger fifo at 14, enable fifos, reset both
o 3fa c7
; Hook all executions
vsf *
; Unhook page exceptions
vc e
; List break points
bl
; Resume execution
g
