DataMuseum.dk

Presents historical artifacts from the history of:

RegneCentralen RC759 "Piccoline"

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about RegneCentralen RC759 "Piccoline"

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦48431a4ea⟧ TextFile

    Length: 896 (0x380)
    Types: TextFile
    Names: »DBUGHELP.TXT«

Derivation

└─⟦d6ef3842c⟧ Bits:30002678 Pascal MT+ Version 3.3 Rel 1.2
    └─ ⟦this⟧ »DBUGHELP.TXT« 

TextFile

Pascal/MT+ SYMBOLIC DEBUGGER        (c) 1983 by Digital Research, Inc.

<parm> = <name>Æ^Å or <num> with optional +/-<num> offset
<num>  = <int> or $ <hexnum>
<name> = <varname> or <procname> : <varname>

Display commands:

D? <parm> 	Where ? is one of:
		I - INTEGER   C - CHAR      L - BOOLEAN   R - REAL
		B - BYTE      W - WORD      S - STRING    X - EXTENDED
		V - var by name
PN     		Display procedure names
VN <procname>	Display all var names associated with this procedure
SB <procname>	Set breakpoint
RB <procname>	Remove breakpoint
E+		Entry/Exit display on
E-		Entry/Exit display off
BE		Begin execution at start of user program
GO		Continue execution from breakpont
TR		Execute one Pascal statement and return
T<num> 		Execute <num> Pascal statements and return
«eof»