diff --git a/tools/watcom-codegen/README.md b/tools/watcom-codegen/README.md index a030a604..be32e0b2 100644 --- a/tools/watcom-codegen/README.md +++ b/tools/watcom-codegen/README.md @@ -44,17 +44,17 @@ void CalcEngineForce(tCar_spec *c, br_scalar dt) { ### Usage 1. Concatenate the executable file and the symbol file -``` +```sh cat carma1.exe dethrace.sym > carma_with_symbols.exe ``` 2. Execute wdump and pipe the output to file -``` +```sh wdump -Daglmt carma_with_symbols.exe > dump.txt ``` 3. Execute the codegen tool -``` +```sh codegen.py dump.txt ```