home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 545a.lha / PowerVisor_v1.0 / docs.LZH / docs / Functions < prev    next >
Encoding:
Text File  |  1991-09-01  |  20.3 KB  |  791 lines

  1. *-----------------------*
  2. * Reference : Functions * Sun Sep  1 14:45:06 1991
  3. *-----------------------*
  4.  
  5.  
  6. ============================== Introduction ==================================
  7.  
  8. This reference file contains all functions. Commands are not in this file.
  9.  
  10. ================================= isbreak ====================================
  11.  
  12.    <result> = ISBREAK( <address> )
  13.  
  14.  
  15. Test if there is a ¹breakpoint in the ³current debug task on <address>.
  16. If true this function returns the ²breakpoint number and the
  17. ²breakpoint type in one longword, else it returns 0.
  18.  
  19.    <result> has the following format :
  20.  
  21.       NNNNTTTT
  22.  
  23.    with NNNN a word containing the breakpoint number
  24.    and TTTT containing the breakpoint type
  25.  
  26.    The following types are supported :
  27.       'T'   ²temporary breakpoint
  28.       'N'   ²normal breakpoint
  29.       'P'   ²profile breakpoint
  30.       'C'   ²conditional breakpoint
  31.       'A'   ²after breakpoint (timeout(
  32.       's'   breakpoint used to skip a BSR or JSR
  33.  
  34.  
  35. Related commands: debug break trace
  36.  
  37. Related functions: getdebug toppc botpc
  38.  
  39. Related lists: dbug
  40.  
  41. Related tutor file: Debug
  42.  
  43. ================================ geterror ====================================
  44.  
  45.    <error> = GETERROR( <expression string> )
  46.  
  47.  
  48. ³Evaluate an expression and ³return the error. If there was no error, 0
  49. is returned.
  50.  
  51.  
  52. Example :
  53.  
  54. < disp geterror(7) <enter>
  55. > 00000000 , 0
  56.  
  57. 0 since 7 is a valid expression.
  58.  
  59. < disp geterror(7+) <enter>
  60. > Missing operand !
  61. > 00000010 , 16
  62.  
  63. returns 16 since there is a missing operand.
  64.  
  65. The following errors are defined (Note ! Some of these are obsolete and
  66. will never appear) (Note ! you can change the errorstrings since this file
  67. is located in ¹s:PowerVisor-errors) :
  68.  
  69. -4        A stack overflow was getting close !
  70. -3        Quit (should never occur)
  71. -2        Break...
  72. -1        PowerVisor has crashed !
  73. 0         No error
  74. 1         Not enough memory !
  75. 2         Error while opening library !
  76. 3         Error while opening window or screen !
  77. 4         Syntax Error !
  78. 5         This is not a device created with OpenDev !
  79. 6         Bad screen position arguments !
  80. 7         Bad list element type !
  81. 8         Bad redirection arguments !
  82. 9         Variable is a constant !
  83. 10        This is not a crashed task !
  84. 11        Unknown operator !
  85. 12        Only <B>yte, <W>ord or <L>ong !
  86. 13        Odd address error !
  87. 14        Could not Lock!
  88. 15        Bracket '(' expected !
  89. 16        To many arguments for library function !
  90. 17        Missing operand !
  91. 18        Lock is not a subdirectory !
  92. 19        Integer argument expected !
  93. 20        Error while opening device !
  94. 21        String argument expected !
  95. 22        What is this ')' doing here ?
  96. 23        Bad window size !
  97. 24        Unknown list element !
  98. 25        Not implemented yet !
  99. 26        Unknown mode argument !
  100. 27        Unknown AddFunc argument !
  101. 28        This is not a process !
  102. 29        Node is not a task or process !
  103. 30        This task is not freezed !
  104. 31        This task is already freezed !
  105. 32        Node type is wrong !
  106. 33        Addressed element not found !
  107. 34        Window is not sizeable !
  108. 35        Can't find segments !
  109. 36        This is no supported library function !
  110. 37        No help available for this subject !
  111. 38        Error opening help file !
  112. 39        Error while opening file !
  113. 40        Error while opening redirection file !
  114. 41        Error while reading file !
  115. 42        Else without if !
  116. 43        EndIf without if !
  117. 44        Not a resident module !
  118. 45        Not a lock !
  119. 46        Bad History value (2..1000)
  120. 47        Error opening trackdisk device !
  121. 48        DoIO returned with a non zero value !
  122. 49        There is no task to debug !
  123. 50        Unknown argument for trace !
  124. 51        Unknown argument for debug !
  125. 52        Task is suspended !
  126. 53        Address is in ROM ! Can't set breakpoint !
  127. 54        Not a debug node !
  128. 55        Bad '@' argument
  129. 56        LoadSeg error !
  130. 57        Breakpoint not found !
  131. 58        Unknown argument for dbmode !
  132. 59        There is no current debug task !
  133. 60        Unknown argument for break !
  134. 61        Breakpoint does not exist !
  135. 62        There are no symbol hunks !
  136. 63        Symbol not found !
  137. 64        Variable not found !
  138. 65        You can only remove variables !
  139. 66        You can not assign to a function !
  140. 67        You must use brackets with functions !
  141. 68        Unknown argument for symbol !
  142. 69        There are no symbols !
  143. 70        You can only realloc blocks smaller than 64K !
  144. 71        Your brackets are really out of order !
  145. 72        The debug task is busy, please try again later !
  146. 73        The task is not tracing, how should I stop it !
  147. 74        File does not have the right format !
  148. 75        This is not a structure definition !
  149. 76        Bad argument value !
  150. 77        No colorchange allowed when PowerVisor is on a window !
  151. 78        Could not open font !
  152. 79        Can't execute script file in script file !
  153. 80        Refresh window is not open !
  154. 81        You can't size the debug logical window !
  155. 82        Unknown tag type !
  156. 83        Not in tag list !
  157. 84        No output allowed on debug logical window !
  158. 85        Error writing file !
  159. 86        Not a Tag file !
  160. 87        Bad tag list value (0 .. 15) !
  161. 88        Unknown or invalid register !
  162. 89        There is a more recent patch then this one installed !
  163. 90        There is no fd file loaded for this library !
  164. 91        Unknown logical window !
  165. 92        Resulting commandline too long after converting from alias string !
  166. 93        Missing left bracket '(' in fd file !
  167. 94        Missing right bracket ')' in fd file !
  168. 95        Bad '##bias' statement in fd file !
  169. 96        You can't close the 'Main' physical window !
  170. 97        You can't close the 'Main' logical window !
  171. 98        Bad argument for 'openlw' ! Arg must be one of 'r','l','d' or 'u' !
  172. 99        Brother logical window must be on same physical window !
  173. 100       Window is not movable !
  174. 101       There is no father for this box !
  175. 102       Unknown preferences argument !
  176. 103       Please close visitor windows first !
  177. 104       Divide by zero !
  178. 105       No group operators allowed for the debug task !
  179. 106       Error opening screen !
  180. 107       You can't remove the 'rc' and 'error' variables. These are private !
  181. 108       'LoadSeg' failed !
  182.  
  183.  
  184. Related commands: error
  185.  
  186. Related tutor files: TheWizardCorner
  187.  
  188. ================================= getcol =====================================
  189.  
  190.    <columns> = GETCOL( <logical window> )
  191.  
  192.  
  193. Get the current ³number of columns (or -1) for the ²logical window. Note that
  194. this is not always equal to the visible number of columns. If <columns>
  195. is not equal to -1 it is the total number of columns. If <columns> is equal
  196. to -1 it means that the logical window is ¹autoscalable in horizontal
  197. direction. To get the real number of columns (after scaling) you can use
  198. the 'cols' function.
  199.  
  200. 'getcol' uses ¹autodefault to the 'lwin' list for the first argument.
  201.  
  202.  
  203. Related commands: colrow fit
  204.  
  205. Related functions: getrow cols lines getlwin getx gety
  206.  
  207. Related lists: lwin
  208.  
  209. Related tutor files: Screen
  210.  
  211. ================================= getrow =====================================
  212.  
  213.    <rows> = GETROW( <logical window> )
  214.  
  215.  
  216. Get the current ³number of rows (or -1) for the ²logical window. See the
  217. explanation for 'getcol' to see what the -1 really means.
  218.  
  219. 'getrow' uses ¹autodefault to the 'lwin' list for the first argument.
  220.  
  221.  
  222. Related commands: colrow fit
  223.  
  224. Related functions: getcol cols lines getlwin getx gety
  225.  
  226. Related lists: lwin
  227.  
  228. Related tutor files: Screen
  229.  
  230. ================================== eval ======================================
  231.  
  232.    <result> = EVAL( <string> )
  233.  
  234.  
  235. Evaluate the string and return the result.
  236.  
  237.  
  238. Example :
  239.  
  240. < disp eval('1+2') <enter>
  241. > 00000003 , 3
  242.  
  243. < a={scan} <enter>
  244. ????< 4+4 <enter>
  245. < disp eval(#a) <enter>
  246. > 00000008 , 8
  247.  
  248.  
  249. Related commands: disp void
  250.  
  251. Related functions: if
  252.  
  253. Related tutor files: Expressions
  254.  
  255. =================================== if =======================================
  256.  
  257.    <result> = IF( <condition>,<expression 1>,<expression 2> )
  258.  
  259.  
  260. If <condition> is true, evaluate <expression 1>, else evaluate
  261. <expression 2>.
  262.  
  263.  
  264. Example :
  265.  
  266. < d if(1,2,3) <enter>
  267. > 00000002 , 2
  268.  
  269. < d if(0,2,3) <enter>
  270. > 00000003 , 3
  271.  
  272. < a=1 <enter>
  273. < b=2 <enter>
  274. < c=3 <enter>
  275. < d=4 <enter>
  276. < e=5 <enter>
  277. < d if(a,if(b,c,d),e) <enter>
  278. > 00000003 , 3
  279.  
  280. < void if(a==1,{help functions},{help commands}) <enter>
  281. > ...
  282.  
  283.  
  284. Related commands: disp void
  285.  
  286. Related functions: eval
  287.  
  288. Related tutor files: Expressions
  289.  
  290. ================================= taglist ====================================
  291.  
  292.    <taglist> = TAGLIST( )
  293.  
  294.  
  295. Return the ³current tag list. This is a number between 0 and 15.
  296. You can change the current tag list with the 'usetag' or 'tg' commands.
  297.  
  298.  
  299. Related commands: usetag tg
  300.  
  301. Related tutor files: LookingAtThings
  302.  
  303. ================================== peek ======================================
  304.  
  305.    <value> = PEEK( <structure pointer>,<struct def pointer>,<field name> )
  306.  
  307.  
  308. Returns the value of <structure>.<field name>. <struct def pointer>
  309. must be a pointer to a previously loaded ²structure definition. <structure
  310. pointer> is the pointer to the ¹structure itself. <field name> must be defined
  311. in the structure definition.
  312.  
  313. 'peek' uses ¹autodefault to the 'stru' list for the second argument.
  314.  
  315.  
  316. Related commands: addstruct interprete
  317.  
  318. Related functions: apeek stsize
  319.  
  320. Related lists: stru
  321.  
  322. Related tutor files: LookingAtThings
  323.  
  324. ================================= stsize =====================================
  325.  
  326.    <size> = STSIZE( <struct def pointer> )
  327.  
  328.  
  329. Return the size of the ¹structure represented by <struct def pointer>.
  330. <struct def pointer> must be a ²structure definition loaded with 'addstruct'.
  331.  
  332. 'stsize' uses ¹autodefault to the 'stru' list for the first argument.
  333.  
  334.  
  335. Related commands: addstruct interprete
  336.  
  337. Related functions: peek apeek
  338.  
  339. Related lists: stru
  340.  
  341. Related tutor files: LookingAtThings
  342.  
  343. ================================== apeek =====================================
  344.  
  345.    <address> = APEEK( <structure pointer>,<struct def pointer>,<field name> )
  346.  
  347.  
  348. Returns the address of <structure>.<field name>. <struct def pointer>
  349. must be a pointer to a previously loaded ²structure definition. <structure
  350. pointer> is the pointer to the ¹structure itself. <field name> must be defined
  351. in the structure definition.
  352.  
  353. 'apeek' uses ¹autodefault to the 'stru' list for the second argument.
  354.  
  355.  
  356. Related commands: addstruct interprete
  357.  
  358. Related functions: peek stsize
  359.  
  360. Related lists: stru
  361.  
  362. Related tutor files: LookingAtThings
  363.  
  364. ================================== lines =====================================
  365.  
  366.    <lines> = LINES( <logwin> )
  367.  
  368.  
  369. This function returns the maximum ³number of lines available on the
  370. ²logical window.
  371.  
  372. 'lines' uses ¹autodefault to the 'lwin' list for the first argument.
  373.  
  374.  
  375. Example :
  376.  
  377. < disp lines(main) <enter>
  378. > 00000033 , 51
  379.  
  380.  
  381. Related commands: colrow fit
  382.  
  383. Related functions: cols getcols getrows getlwin getx gety
  384.  
  385. Related lists: lwin
  386.  
  387. Related tutor files: Screen
  388.  
  389. ================================== cols ======================================
  390.  
  391.    <cols> = COLS( <logwin> )
  392.  
  393.  
  394. This function returns the maximum ³number of columns available on the
  395. ²logical window.
  396.  
  397. 'cols' uses ¹autodefault to the 'lwin' list for the first argument.
  398.  
  399.  
  400. Example :
  401.  
  402. < disp cols(main) <enter>
  403. > 00000056 , 86
  404.  
  405.  
  406. Related commands: colrow fit
  407.  
  408. Related functions: lines getcols getrows getlwin getx gety
  409.  
  410. Related lists: lwin
  411.  
  412. Related tutor files: Screen
  413.  
  414. ================================= getlwin ====================================
  415.  
  416.    <logwin> = GETLWIN( )
  417.  
  418.  
  419. This function returns a pointer to the ³current logical window.
  420. The current logical window is not the same as the ³active logical window.
  421. The current logical window is the one that shows all output. The active
  422. logical window is the one where you can ¹scroll with the keyboard.
  423.  
  424.  
  425. Related commands: current on active
  426.  
  427. Related functions: getactive
  428.  
  429. Related lists: lwin
  430.  
  431. Related tutor files: Screen
  432.  
  433. ================================ getactive ===================================
  434.  
  435.    <logwin> = GETACTIVE( )
  436.  
  437.  
  438. This function returns a pointer to the ³active logical window. This
  439. is the logical window where you can ¹scroll with the keyboard.
  440. You can change the active logical window with this command or with
  441. the ²<tab> key.
  442.  
  443.  
  444. Related commands: active on current
  445.  
  446. Related functions: getlwin
  447.  
  448. Related lists: lwin
  449.  
  450. Related tutor files: Screen
  451.  
  452. ================================== getx ======================================
  453.  
  454.    <current x position> = GETX( )
  455.  
  456.  
  457. Get the current x ¹coordinate on the ³current logical window (in columns).
  458.  
  459.  
  460. Related commands: locate home cls current
  461.  
  462. Related functions: gety getcols getrows cols lines getlwin getchar
  463.  
  464. Related lists: lwin
  465.  
  466. Related tutor files: Screen
  467.  
  468. ================================== gety ======================================
  469.  
  470.    <current y position> = GETY( )
  471.  
  472.  
  473. Get the current y ¹coordinate on the ³current logical window (in lines).
  474.  
  475.  
  476. Related commands: locate home cls current
  477.  
  478. Related functions: getx getcols getrows cols lines getlwin getchar
  479.  
  480. Related lists: lwin
  481.  
  482. Related tutor files: Screen
  483.  
  484. ================================= getchar ====================================
  485.  
  486.    <char> = GETCHAR( )
  487.  
  488.  
  489. Get the ¹character at the ²current screenposition in the
  490. ³current logical window.
  491.  
  492.  
  493. Example :
  494.  
  495. < {locate 10,10;a=getchar()} <enter>
  496.  
  497.  
  498. Related commands: locate home cls current
  499.  
  500. Related functions: getx gety getcols getrows cols lines getlwin
  501.  
  502. Related lists: lwin
  503.  
  504. Related tutor files: Screen
  505.  
  506. ================================= lastmem ====================================
  507.  
  508.    <memory> = LASTMEM( )
  509.  
  510.  
  511. This function returns the address that 'memory', 'view' and 'unasm' will use
  512. to ³continue their listing.
  513.  
  514.  
  515. Related commands: memory view unasm
  516.  
  517. Related functions: lastfound
  518.  
  519. Related tutor files: LookingAtThings
  520.  
  521. ================================ lastfound ===================================
  522.  
  523.    <last found> = LASTFOUND( )
  524.  
  525.  
  526. This function returns the address of the second byte of the string found
  527. with 'search' or 'next'. This is the address where 'next' will continue
  528. with the search.
  529.  
  530.  
  531. Related commands: search next
  532.  
  533. Related functions: lastmem
  534.  
  535. ================================== alloc =====================================
  536.  
  537.    <memory> = ALLOC( ('n',<size>) | ('c',<size>) | ('s',<string>) )
  538.  
  539.  
  540. Use this function for easy ²memory allocation.
  541. Use the 'free' function to free this memory, use the 'getsize' function
  542. to get the size of this memory and use the 'realloc' function to ¹reallocate
  543. the memory.
  544.  
  545. The memory allocated with this function is guaranteed to contain
  546. only 0 (except if the first argument is equal to 's').
  547.  
  548. Note that memory allocated with this command is automatically freed
  549. when PowerVisor quits.
  550.  
  551. When the blocksize is smaller than 65533 bytes the result from this function
  552. is a pointer after a word containing the size. This pointer is thus word
  553. alligned but not longword alligned.
  554. When the blocksize is bigger the result is a pointer after a longword
  555. containing the size. This pointer is longword alligned.
  556. Using word or longword allignment you can determine the size of a memory
  557. block. An easier way to do this is to use the 'getsize' function.
  558.  
  559.  
  560. Example :
  561.  
  562.  
  563. To allocate 1000 bytes :
  564.  
  565. < a=alloc(n,1000) <enter>
  566.  
  567.  
  568. To allocate 11 bytes and copy the string 'PowerVisor' to this memory use :
  569.  
  570. < a=alloc(s,'PowerVisor') <enter>
  571.  
  572.  
  573. To allocate 1000 bytes in chip ram use :
  574.  
  575. < a=alloc(c,1000) <enter>
  576.  
  577.  
  578.  
  579. Related commands: cleanup showalloc
  580.  
  581. Related functions: free realloc getsize isalloc
  582.  
  583. ================================= realloc ====================================
  584.  
  585.    <new pointer> = REALLOC( <memoryblock>,<new size> )
  586.  
  587.  
  588. Use this function to ¹reallocate a ¹memoryblock allocated with the
  589. 'alloc' function. Only memoryblocks smaller than 64K are supported.
  590.  
  591.  
  592. Related commands: cleanup showalloc
  593.  
  594. Related functions: alloc free getsize isalloc
  595.  
  596. ================================== free ======================================
  597.  
  598.    FREE( <pointer> )
  599.  
  600.  
  601. Free a block previously allocated with 'alloc'.
  602. Note that all memory allocated with 'alloc' is automatically freed when
  603. PowerVisor quits or when you use 'cleanup'.
  604.  
  605.  
  606. Related commands: cleanup showalloc
  607.  
  608. Related functions: alloc realloc getsize isalloc
  609.  
  610. ================================= getsize ====================================
  611.  
  612.    <size> = GETSIZE( <memoryblock> )
  613.  
  614.  
  615. This function determines the size of a ¹memoryblock allocated with the
  616. 'alloc' function or some other PowerVisor commands.
  617.  
  618.  
  619. Related commands: cleanup showalloc
  620.  
  621. Related functions: alloc free isalloc realloc
  622.  
  623. ================================= isalloc ====================================
  624.  
  625.    <pointer to pointer> = ISALLOC( <pointer> )
  626.  
  627.  
  628. This function checks if <pointer> points to a ¹memoryblock allocated
  629. with the 'alloc' function. If it is, 'isalloc' returns a pointer to
  630. the pointer, otherwise 0.
  631.  
  632.  
  633. Related commands: cleanup showalloc
  634.  
  635. Related functions: alloc free realloc getsize
  636.  
  637. ================================= rfrate =====================================
  638.  
  639.    <refresh rate> = RFRATE( )
  640.  
  641.  
  642. Return the current ²refresh rate installed with the 'refresh' command.
  643.  
  644.  
  645. Related commands: refresh rwin
  646.  
  647. Related functions: rfcmd
  648.  
  649. ================================== rfcmd =====================================
  650.  
  651.    <pointer to refresh command> = RFCMD( )
  652.  
  653.  
  654. Return a pointer to the current ²refresh command (or 0).
  655. This function returns a string if used from ¹ARexx.
  656.  
  657.  
  658. Related commands: refresh rwin
  659.  
  660. Related functions: rfrate
  661.  
  662. ================================= curlist ====================================
  663.  
  664.    <pointer to string> = CURLIST( )
  665.  
  666.  
  667. Return a pointer to the name of the ²current list.
  668. This function returns a string if used from ¹ARexx.
  669.  
  670.  
  671. Related tutor files: GettingStarted
  672.  
  673. =================================== key ======================================
  674.  
  675.    <vanillakey> = KEY( )
  676.  
  677.  
  678. Wait for a key and return the ²ascii value.
  679. This is especially useful in ¹scripts.
  680.  
  681.  
  682. Related commands: scan
  683.  
  684. Related functions: qual
  685.  
  686. ================================== qual ======================================
  687.  
  688.    <qualifier> = QUAL( )
  689.  
  690.  
  691. Return the ¹qualifier for the ³last pressed key (with 'key').
  692.  
  693.  
  694. Example :
  695.  
  696. < a=key() <enter>
  697. < disp qual() <enter>
  698.  
  699.  
  700. Related commands: scan
  701.  
  702. Related functions: key
  703.  
  704. ================================== toppc =====================================
  705.  
  706.    <programcounter> = TOPPC( )
  707.  
  708.  
  709. This function returns the ²program counter visible at the top of the
  710. ³'Debug' logical window.
  711. You can set this program counter using the 'dstart' or 'dscroll' commands.
  712.  
  713.  
  714. Related commands: debug dwin dscroll dstart
  715.  
  716. Related functions: botpc isbreak getdebug
  717.  
  718. Related lists: dbug
  719.  
  720. Related tutor files: Debug
  721.  
  722. ================================== botpc =====================================
  723.  
  724.    <programcounter> = BOTPC( )
  725.  
  726.  
  727. This function returns the ²program counter visible at the bottom of the
  728. ³'Debug' logical window.
  729. You can set this program counter using the 'dstart' or 'dscroll' commands.
  730.  
  731.  
  732. Related commands: debug dwin dscroll dstart
  733.  
  734. Related functions: toppc isbreak getdebug
  735.  
  736. Related lists: dbug
  737.  
  738. Related tutor files: Debug
  739.  
  740. ================================ getdebug ====================================
  741.  
  742.    <debug node> = GETDEBUG( )
  743.  
  744.  
  745. Return the ³current debug node. You can set the current debug node with
  746. 'duse' and 'with'.
  747.  
  748.  
  749. Related commands: duse with debug
  750.  
  751. Related functions: isbreak toppc botpc
  752.  
  753. Related lists: dbug
  754.  
  755. Related tutor files: Debug
  756.  
  757. ================================== base ======================================
  758.  
  759.    <pointer> = BASE( )
  760.  
  761.  
  762. This function returns the pointer to the ²first element in the ²current list.
  763.  
  764.  
  765. Example :
  766.  
  767. Go to the task list :
  768. < task <enter>
  769.  
  770. < list <enter>
  771. > Task node name      : Node     Pri StackPtr  StackS Stat Command        Acc
  772. > ---------------------------------------------------------------------------
  773. > RAM                 : 00C20C68 00  00C2117A    1200 Rdy            PROC -
  774. > golem.device        : 00C05C8A 05  00C064B6    2048 Wait           TASK -
  775. > NEWCON              : 00C2CAA8 05  00C2DAA2    4000 Wait           PROC -
  776. > ARP Shell Process   : 00C26180 00  00C270F2    4000 Wait           (03) -
  777. > PowerVisor1.0.task  : 00C31C28 00  00C76132    1024 Wait           TASK -
  778. > File System         : 00C16758 0A  00C16AF6     840 Wait           PROC -
  779. > File System         : 00C172E8 0A  00C17686     840 Wait           PROC -
  780. > trackdisk.device    : 00C068DE 05  00C09F2E     512 Wait           TASK -
  781. > trackdisk.device    : 00C17846 05  00C17A5E     512 Wait           TASK -
  782. > DH0                 : 00C0DF08 0A  00C0E356    1000 Wait           PROC -
  783. > input.device        : 00C03BFA 14  00C04C00    4096 Wait           TASK -
  784. > ARP Background She  : 00C66EB8 00  00C75CD2    4000 Run  pv        (01) -
  785.  
  786. < d base() <enter>
  787. > 00C20C68 , 12717160
  788.  
  789.  
  790. Related commands: list
  791.