DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 DFS Tapes

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

See our Wiki for more about Rational R1000/400 DFS Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦937aa6eb8⟧ HLP, TextFile

    Length: 2048 (0x800)
    Types: HLP, TextFile
    Names: »PATCH.HLP«

Derivation

└─⟦b4205821b⟧ Bits:30000743 8mm tape, Rational 1000, DFS, D_12_7_3 SEQ288
    └─ ⟦this⟧ »PATCH.HLP« 
└─⟦b434774df⟧ Bits:30000528 8mm tape, Rational 1000, DFS, D_12_6_5
    └─ ⟦this⟧ »PATCH.HLP« 
└─⟦bc1274df5⟧ Bits:30000750 8mm tape, Rational 1000, DFS backup from PAM's R1000
    └─ ⟦this⟧ »PATCH.HLP« 

TextFile

This program is used to patch/dump binary files.


COMMAND = CHANGE
          Used to modify the data in a file.
          applicapable switches = ADDRESS, BASE, BYTE, FN, LONG_WORD, 
          OLD, NEW, WORD.   
          
COMMAND = DUMP
          Used to display the data in a file.
          applicapable switches = ADDRESS, BASE, BYTE, FN, LONG_WORD, 
          WORD.


SWITCH  = ADDRESS=H                      
          Specifies the byte address (in HEX) of the datum to change. 
          Target address (base + address) is checked against datum type
          for proper alignment.                   

SWITCH  = BASE=H                                     startup default = 00000000 
          Specifies base address (in HEX) of binary file image.
          
SWITCH  = BYTE
          Specifies size of data to dump/modify.
          
SWITCH  = FN=AAA.M200
          Specifies the complete filename in normal ascii characters.
          Extention must be included. One may patch any kind of file however
          the program assumes a binary file.

SWITCH  = LONGWORD
          Specifies size of data to dump/modify.

SWITCH  = OLD=H
          Specifies expected (before patch) data (in HEX) at target address.
          Is verified against datum size.                     
          
SWITCH  = NEW=H
          Specifies new data (in HEX) at target address.
          Is verified against datum size.                     

SWITCH  = WORD
          Specifies size of data to dump/modify.
-------------------------------------------------------------------------------
USAGE:

    PUSH PATCH CHANGE/FN=FOOBAR.M200/BASE=0/ADDRESS=12FC/BYTE/OLD=AB/NEW=12
-------------------------------------------------------------------------------
SUMMARY:     

COMMANDS  CHANGE, DUMP       

SWITCHES  ADDRESS, BASE, BYTE, FN, LONGWORD, OLD, NEW, WORD
«nul»