DataMuseum.dk

Presents historical artifacts from the history of:

RC4000/8000/9000

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

See our Wiki for more about RC4000/8000/9000

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦e46d32b82⟧ TextFile

    Length: 2304 (0x900)
    Types: TextFile
    Names: »scatupman   «

Derivation

└─⟦01e83a425⟧ Bits:30008166 Bånd med SW8010 og SW8500 source code
    └─⟦75ff9bef3⟧ 
        └─⟦this⟧ »scatupman   « 

TextFile

  comment the program handles the s_user_catalog <susercat>.
  the format of <susercat> is shown in s reference manual.
  the following functions has been implemented:

  1. create a new <susercat>. An area <susercat> must be present
  _________
  syntax of call:
  _                                                 *
  scatup newcat.<catalog size in segm> !device name!
  _                                                 1

  2. insert an entry in <susercat>
  _________
  syntax of call:
  _                                                                *
  _                          !<bs. name>.<perm sli>.<perm ent>    !
  _                                         1
  _                          !perm.<bs_name>.<slices>.<entries>   !
  _                                         0
  _                                         1
  _                          !temp.<bs_name>.<slices>.<entries>   !
  _                                         0
  _                          !prio.<integer>                      !
  _                          !comm.<integer>                      !
  _                          !buf.<integer>                       !
  _                          !area.<integer>                      !
  _                          !inter.<integer>                     !
  scatup insert.<entry name> !func.<integer>                      !
  _                          !std.<lower>.<upper>                 !
  _                          !max.<lower>.<upper>                 !
  _                          !user.<lower>.<upper>                !
  _                          !addr.<integer>                      !
  _                          !size.<integer>                      !
  _                          !prog.<prog>                         !
  _                                                                0

  a negative base must be represented as n.<integer>

  if no bs_name is specified, device 0 is used

  the default values are:
  <dev 0>.5.5
  buf.4  area.6
  std.8388605.8388605
  max.8388605.8388605
  user.8388605.8388605
  size.12800  prog.fp
  all others are set to zero

  3. delete an entry in <susercat>
  _________
  syntax of call:
  scatup delete.<entry name>
  ;  

▶EOF◀