Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédente | |||
back2root:archives:amiga-hrtmon-2.37 [2025/01/02 04:05] – [HRTMon] frater | back2root:archives:amiga-hrtmon-2.37 [2025/01/02 22:48] (Version actuelle) – [ENTER] frater | ||
---|---|---|---|
Ligne 135: | Ligne 135: | ||
</ | </ | ||
- | - Use: | + | Use: |
- | | + | {{tablelayout? |
- | | + | | |
- | | + | | |
- | | + | | |
- | | + | | |
- | | + | | |
- | | + | Example: |
+ | < | ||
+ | h [4] | ||
+ | </ | ||
+ | will display the ExecBase structure. | ||
- | - You can specify a size to each number you enter by using an extension. | + | You can specify a size to each number you enter by using an extension. |
- | .b for byte | + | |
- | .w for word (16 bits) | + | |
- | .l for longword (32 bits) | + | |
- | | + | | .b | for byte | |
+ | | .w | for word (16 bits) | | ||
+ | | .l | for longword (32 bits) | | ||
- | $134.l | + | for example: |
- | | + | < |
+ | $134.l | ||
+ | </ | ||
+ | |||
+ | This is useful for functions like memory search or trainer. | ||
- To enter a string with spaces use : ' | - To enter a string with spaces use : ' | ||
Example: | Example: | ||
- | |||
- | |||
@@EndNode | @@EndNode | ||
Ligne 168: | Ligne 173: | ||
@@Node Floppy " | @@Node Floppy " | ||
- | @@{b}Floppy@@{ub} | + | ===== Floppy |
- | | + | To launch HRTmon from a floppy disk you have to create a boot-disk with @@{" |
- | | + | |
- | | + | This boot-disk makes possible to debug games or demos using ' |
- | | + | |
Ligne 184: | Ligne 187: | ||
You are now debuging the boot-block of the disk you inserted. | You are now debuging the boot-block of the disk you inserted. | ||
- | @@EndNode | + | ==== HRTmonPrefs ==== |
- | ## | + | **Starting HRTmonPrefs: |
- | @@Node | + | Type HRTmonPrefs |
- | @@{b}HRTmonPrefs@@{ub} | + | **HRTmonPrefs |
- | @@{b}Starting HRTmonPrefs: | + | | // |
+ | | //Repeat key delay// | ||
+ | | // | ||
+ | | // | ||
+ | | //Insert mode as default// | Editor will use ' | ||
+ | | // | ||
+ | | //Key Enter// | ||
+ | | //IDE hardisk// | ||
+ | | //LoadView Task// | If selected a special task will be added to restore special screens correctly (gfx boards, or non 15khz display)\\ The LoadView call can't be done from an interrupt routine (here HRTmon), that's why it uses an additional system task. | | ||
+ | | // | ||
+ | | //No VBR move// | ||
+ | | //Hex mode// | ||
+ | | //Make Boot-Disk// | Click this button to create a disk which will load HRTmon at ' | ||
+ | | //Install// | After having checked the Address, and AllocABS options click on this button to install HRTmon in memory. | ||
- | Type HRTmonPrefs | + | **Saving |
- | @@{b}HRTmonPrefs options: | ||
- | |||
- | | ||
- | Enter the address where you want HRTmon to be located. | ||
- | This address must be entered in hexadecimal. | ||
- | If you don't have any idea where to locate HRTmon then type in this | ||
- | | ||
- | |||
- | | ||
- | | ||
- | |||
- | | ||
- | When HRTmon is installed the memory used will automatically be | ||
- | | ||
- | This behaviour can be turned off by this switch. | ||
- | |||
- | | ||
- | If you don't want to specify yourself the address field just | ||
- | | ||
- | best address. (This option works at best with Kickstart 3.0 or higher, | ||
- | but you can also use it with Kickstart lower than 3.0) | ||
- | |||
- | | ||
- | | ||
- | the mode with the F2 key) | ||
- | |||
- | | ||
- | | ||
- | your right mouse button. If you don't select this option or the | ||
- | the Key Enter option, then the only way to enter HRTmon will be | ||
- | the @@{" | ||
- | |||
- | | ||
- | | ||
- | the backslash key (on US keyboard). This key is located next to | ||
- | the backspace key just over the return. | ||
- | |||
- | | ||
- | | ||
- | | ||
- | Have also a look at the @@{"HD WARNINGS" | ||
- | |||
- | | ||
- | If selected a special task will be added to restore special | ||
- | | ||
- | The LoadView call can't be done from an interrupt routine | ||
- | (here HRTmon), that's why it uses an additional system task. | ||
- | |||
- | | ||
- | | ||
- | |||
- | | ||
- | Do not relocate the vbr if it was previously set to zero. | ||
- | (if VBR isn't zero, HRTmon never relocates the VBR) | ||
- | |||
- | | ||
- | | ||
- | |||
- | | ||
- | Click this button to create a disk which will load HRTmon at | ||
- | ' | ||
- | (See @@{" Floppy disk launch " Link Floppy}) | ||
- | |||
- | | ||
- | After having checked the Address, and AllocABS options click on | ||
- | this button to install HRTmon in memory. | ||
- | |||
- | |||
- | @@{b}Saving HRTmonPrefs options: | ||
Select ' | Select ' | ||
- | @@EndNode | + | <WRAP center round important> |
+ | ==== Hard Disk Warnings ! ==== | ||
- | ## | + | When accessing a partition from HRTmon you have to follow the following rule: |
- | @@Node HDwarnings "HRTmon/HD warnings" | + | * After having saved a file to your harddisk using HRTmon. You should perform a RESET of your computer before accessing this partition again from the AmigaDOS or Workbench side. But you can perform as many access you want from HRTmon. |
+ | |||
+ | If you don't follow this rule you might corrupt the files saved from HRTmon and you will need to perform a repair of your partition using Disksalv of QuarterBackTools or any similar program, but you won't loose any file already on your HD ! | ||
- | @@{b}Hard Disk Warnings !@@{ub} | + | Instead of reseting your computer you can also perform a ' |
- | + | ||
- | When accessing a partition from HRTmon you have to follow the following | + | |
- | rule: | + | |
- | + | ||
- | - After having saved a file to your harddisk using HRTmon. You should | + | |
- | perform a RESET of your computer before accessing this partition again | + | |
- | from the AmigaDOS or Workbench side. But you can perform as many access | + | |
- | you want from HRTmon. | + | |
- | + | ||
- | If you don't follow this rule you might corrupt the files saved from | + | |
- | HRTmon and you will need to perform a repair of your partition using | + | |
- | Disksalv of QuarterBackTools or any similar program, but you won't loose | + | |
- | any file already on your HD ! | + | |
- | + | ||
- | | + | |
- | | + | |
example: | example: | ||
- | Get into a Shell or the CLI and type: | + | Get into a Shell or the CLI and type: |
- | DiskChange hd0: | + | < |
+ | DiskChange hd0: | ||
+ | </ | ||
- | | + | So the AmigaDOS will see the modifications of the disk made by HRTmon. |
+ | </ | ||
+ | ===== ENTER ===== | ||
- | @@EndNode | + | To enter HRTmon, simply press your @@{" |
- | + | ||
- | ## | + | |
- | + | ||
- | @@Node Enter " | + | |
- | + | ||
- | @@{b}ENTER@@{ub} | + | |
- | + | ||
- | To enter HRTmon, simply press your @@{" | + | |
- | the right-mouse button if you have selected the Right-Mouse Enter in | + | |
- | @@{" | + | |
of your settings in @@{" | of your settings in @@{" | ||
- | If the @@{b}keyboard@@{ub} doesn' | + | If the @@{b}keyboard@@{ub} doesn' |
- | mouse button. (It shouldn' | + | |
- | @@{b}HINTS:@@{ub} | + | **HINTS:** |
- | HRTmon uses the VBR register to get transparent. | + | HRTmon uses the VBR register to get transparent. |
- | If you can't enter a demo or game, than try to trace the startup-code | + | |
- | and modify every instruction concerning the VBR instruction. | + | |
- | + | ||
- | @@EndNode | + | |
- | + | ||
- | ## | + | |
- | @@Node Commands " | + | If you can't enter a demo or game, than try to trace the startup-code and modify every instruction concerning the VBR instruction. |
- | @@{b}COMMANDS@@{ub} | + | ===== COMMANDS |
| | ||
Ligne 417: | Ligne 338: | ||
@@Node cmd_31k " | @@Node cmd_31k " | ||
- | @@{b}CMD_31K : Set 31khz display@@{ub} | + | ===== CMD_31K : Set 31khz display |
@@{b}Syntax: | @@{b}Syntax: | ||
Ligne 435: | Ligne 356: | ||
@@Node cmd_d2f " | @@Node cmd_d2f " | ||
- | @@{b}CMD_D2F : Disk to file@@{ub} | + | ===== CMD_D2F : Disk to file ===== |
@@{b}Syntax: | @@{b}Syntax: |