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

⟦ed3424e24⟧ HLP, TextFile

    Length: 1844 (0x734)
    Types: HLP, TextFile
    Names: »PATCH.HLP«

Derivation

└─⟦24d56d853⟧ Bits:30000744 8mm tape, Rational 1000, DFS, D_12_6_5 SEQ293
    └─ ⟦this⟧ »PATCH.HLP« 
└─⟦9031b0687⟧ Bits:30000407 8mm tape, Rational 1000, DFS, D_12_7_3
    └─ ⟦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