home *** CD-ROM | disk | FTP | other *** search
- ; Example for PATCHING the maximum pop-up windowsize in ACD.EXE using PATCH22
- ;
- ; CALL:
- ;
- ; patch22 @acd_win.p22
- ;
- ;
- ; This patch will make the maximum windowsize equal to 16 (= hex 10):
- ;
- acd.exe +13?\h2A2E2A?\h15?
- ;
- ; To restore the previous patch, uncomment the following line and comment
- ; the previous line
- ;
- ;acd.exe +13?\h2A2E2A?\hFF?
-
-