Outils pour utilisateurs

Outils du site


back2root:archives:amiga-hrtmon-2.37

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
back2root:archives:amiga-hrtmon-2.37 [2025/01/02 04:05] – [HRTMon] fraterback2root:archives:amiga-hrtmon-2.37 [2025/01/02 22:48] (Version actuelle) – [ENTER] frater
Ligne 135: Ligne 135:
 </cli> </cli>
  
-Use: +Use: 
-            for binary +{{tablelayout?rowsHeaderSource=Auto}} 
-            for hexadecimal +|      | for binary                                                                         | 
-            for decimal (default, in @@{"hexlock" Link cmd_hexlock} you have to use it) +|      | for hexadecimal                                                                    | 
-         \\   as prefix for cpu-registers (may mostly be omitted, +|      | for decimal (default, in @@{"hexlock" Link cmd_hexlock} you have to use it)        | 
-              in hex mode d0-a7 require it) +|      | as prefix for cpu-registers (may mostly be omitted, in hex mode d0-a7 require it)  | 
-         [..] for indirect addressing+|  [..]  for indirect addressing                                                            |
  
-  Example: h [4] will display the ExecBase structure.+Example:  
 +<cli> 
 +h [4] 
 +</cli> 
 +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)+
  
-  for example:+| .b | for byte  | 
 +| .w | for word (16 bits)  | 
 +| .l | for longword (32 bits)  |
  
- $134.l+for example:
  
-  This is useful for functions like memory search or trainer.+<cli> 
 +$134.l 
 +</cli> 
 + 
 +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:  s 'mod.blue light' $40000 $50000   Example:  s 'mod.blue light' $40000 $50000
- 
- 
  
 @@EndNode @@EndNode
Ligne 168: Ligne 173:
 @@Node Floppy "HRTmon/Usage/Floppy" @@Node Floppy "HRTmon/Usage/Floppy"
  
-                        @@{b}Floppy@@{ub}+===== Floppy =====
  
-  To launch HRTmon from a floppy disk you have to create a boot-disk +To launch HRTmon from a floppy disk you have to create a boot-disk with @@{"HRTmonPrefs" Link HRTmonPrefs}.
-  with @@{"HRTmonPrefs" Link HRTmonPrefs}.+
  
-  This boot-disk makes possible to debug games or demos using 'NON-DOS' +This boot-disk makes possible to debug games or demos using 'NON-DOS' disks. (have also a look at the 'reboot' command)
-  disks. (have also a look at the 'reboot' command)+
  
  
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 HRTmonPrefs "HRTmon/Usage/HRTmonPrefs"+Type HRTmonPrefs from the CLI or simply click on the HRTmonPrefs icon.
  
-                        @@{b}HRTmonPrefs@@{ub}+**HRTmonPrefs options:**
  
-@@{b}Starting HRTmonPrefs:@@{ub}+|  //Address//  | 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 address: $1d0000 
 +|  //Repeat key delay//  | Change the repeat key delay of HRTmon. (Default = 15)  | 
 +|  //AllocABS//  | When HRTmon is installed the memory used will automatically be allocated through the AllocABS function of exec.library.\\ This behaviour can be turned off by this switch. 
 +|  //AutoAlloc//  | If you don't want to specify yourself the address field just activate this option. HRTmon will try to find out by itself the 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)  | 
 +|  //Insert mode as default// | Editor will use 'insert' mode as default. (You can still toggle the mode with the F2 key)  | 
 +|  //}Right-Mouse Enter//  | Select this option if you want to enter HRTmon by pressing on 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 @@{"level7 button" Link level7}.  | 
 +|  //Key Enter//  | Select this option if you want to enter HRTmon by pressing on the backslash key (on US keyboard). This key is located next to the backspace key just over the return. 
 +|  //IDE hardisk//  | Select this option if you have an A1200 or A4000 with an IDE harddisk and you want to access this disk from HRTmon.\\ Have also a look at the @@{"HD WARNINGS" Link HDwarnings}. | 
 +|  //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.  | 
 +|  //Keyboard//  | Select the keyboard you want to use in HRTmon. 
 +|  //No VBR move//  | Do not relocate the vbr if it was previously set to zero. (if VBR isn't zero, HRTmon never relocates the VBR)  | 
 +|  //Hex mode//  | Activate by default the @@{"hexadecimal mode " Link cmd_hexlock}. || 
 +|  //Make Boot-Disk// | Click this button to create a disk which will load HRTmon at 'address', and allows you to boot from another disk. (See @@{" Floppy disk launch " Link Floppy})  | 
 +|  //Install// | After having checked the Address, and AllocABS options click on this button to install HRTmon in memory.  |
  
-  Type HRTmonPrefs from the CLI or simply click on the HRTmonPrefs icon.+**Saving HRTmonPrefs options:**
  
-@@{b}HRTmonPrefs options:@@{ub} 
- 
-   @@{b}Address@@{ub} 
-         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 
-         address: $1d0000 
- 
-   @@{b}Repeat key delay@@{ub} 
-         Change the repeat key delay of HRTmon. (Default = 15) 
- 
-   @@{b}AllocABS@@{ub} 
-         When HRTmon is installed the memory used will automatically be 
-         allocated through the AllocABS function of exec.library. 
-         This behaviour can be turned off by this switch. 
- 
-   @@{b}AutoAlloc@@{ub} 
-         If you don't want to specify yourself the address field just 
-         activate this option. HRTmon will try to find out by itself the 
-         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) 
- 
-   @@{b}Insert mode as default@@{ub} 
-         Editor will use 'insert' mode as default. (You can still toggle 
-         the mode with the F2 key) 
- 
-   @@{b}Right-Mouse Enter@@{ub} 
-         Select this option if you want to enter HRTmon by pressing on 
-         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 @@{"level7 button" Link level7}. 
- 
-   @@{b}Key Enter@@{ub} 
-         Select this option if you want to enter HRTmon by pressing on 
-         the backslash key (on US keyboard). This key is located next to 
-         the backspace key just over the return. 
- 
-   @@{b}IDE hardisk@@{ub} 
-         Select this option if you have an A1200 or A4000 with an IDE 
-         harddisk and you want to access this disk from HRTmon. 
-         Have also a look at the @@{"HD WARNINGS" Link HDwarnings}. 
- 
-   @@{b}LoadView Task@@{ub} 
-         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. 
- 
-   @@{b}Keyboard@@{ub} 
-         Select the keyboard you want to use in HRTmon. 
- 
-   @@{b}No VBR move@@{ub} 
-         Do not relocate the vbr if it was previously set to zero. 
-         (if VBR isn't zero, HRTmon never relocates the VBR) 
- 
-   @@{b}Hex mode@@{ub} 
-         Activate by default the @@{"hexadecimal mode " Link cmd_hexlock}. 
- 
-   @@{b}Make Boot-Disk@@{ub} 
-         Click this button to create a disk which will load HRTmon at 
-         'address', and allows you to boot from another disk. 
-         (See @@{" Floppy disk launch " Link Floppy}) 
- 
-   @@{b}Install@@{ub} 
-         After having checked the Address, and AllocABS options click on 
-         this button to install HRTmon in memory. 
- 
- 
-@@{b}Saving HRTmonPrefs options:@@{ub} 
  
   Select 'Save' in the preferences menu.   Select 'Save' in the preferences menu.
  
-@@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 'diskchange' of the partition. (This is an AmigaDOS command)
- +
-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 ! +
- +
-  Instead of reseting your computer you can also perform a 'diskchange' of +
-  the partition. (This is an AmigaDOS command)+
  
 example: example:
  
- Get into a Shell or the CLI and type:+Get into a Shell or the CLI and type:
  
- DiskChange hd0:+<cli> 
 +DiskChange hd0: 
 +</cli>
  
-  So the AmigaDOS will see the modifications of the disk made by HRTmon.+So the AmigaDOS will see the modifications of the disk made by HRTmon. 
 +</WRAP> 
 +===== ENTER =====
  
-@@EndNode +To enter HRTmon, simply press your @@{"level7" Link Level7} button or the right-mouse button if you have selected the Right-Mouse Enter in @@{"HRTmonPrefs" Link HRTmonPrefs} or the BackSlash key also depending
- +
-##------------------------------------------------------------------- +
- +
-@@Node Enter "HRTmon/Usage/Enter" +
- +
-                        @@{b}ENTER@@{ub} +
- +
- To enter HRTmon, simply press your @@{"level7" Link Level7} button or +
- the right-mouse button if you have selected the Right-Mouse Enter in +
- @@{"HRTmonPrefs" Link HRTmonPrefs} or the BackSlash key also depending+
  of your settings in @@{"HRTmonPrefs" Link HRTmonPrefs}.  of your settings in @@{"HRTmonPrefs" Link HRTmonPrefs}.
  
- If the @@{b}keyboard@@{ub} doesn't work in HRTmon press the @@{b}right@@{ub} +If the @@{b}keyboard@@{ub} doesn't work in HRTmon press the @@{b}right@@{ub} mouse button. (It shouldn't happen very often.)
- mouse button. (It shouldn't happen very often.)+
  
-@@{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 "HRTmon/Usage/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 ===== 
  
  @@{b}List of commands :@@{ub}  @@{b}List of commands :@@{ub}
Ligne 417: Ligne 338:
 @@Node cmd_31k "HRTmon/Usage/Commands/CMD_31K" @@Node cmd_31k "HRTmon/Usage/Commands/CMD_31K"
  
-               @@{b}CMD_31K : Set 31khz display@@{ub}+===== CMD_31K : Set 31khz display ===== 
  
 @@{b}Syntax:@@{ub} @@{b}Syntax:@@{ub}
Ligne 435: Ligne 356:
 @@Node cmd_d2f "HRTmon/Usage/Commands/CMD_D2F" @@Node cmd_d2f "HRTmon/Usage/Commands/CMD_D2F"
  
-               @@{b}CMD_D2F : Disk to file@@{ub}+===== CMD_D2F : Disk to file ===== 
  
 @@{b}Syntax:@@{ub} @@{b}Syntax:@@{ub}
back2root/archives/amiga-hrtmon-2.37.1735787132.txt.gz · Dernière modification : de frater