19-04-2020, 11:09 AM
This post is just to let you know that the MicroBee Monitor v1.0 in the EDASM ROM contains an additional feature not mentioned in the manual (page 37).
When using the Monitor's Alter and Examine commands to view memory, pressing the 'R' key will move the cursor forwards or backwards according to the highlighted memory location's value.
If the value is positive %00-%7F the cursor will go forward by the value plus one and for values %FE-%81 likewise but in the backwards direction; A value of %FF will leave the cursor location unchanged.
This feature is provided to assist with debugging relative jump instructions such as JR and DJNZ to find the relative location.
When using the Monitor's Alter and Examine commands to view memory, pressing the 'R' key will move the cursor forwards or backwards according to the highlighted memory location's value.
If the value is positive %00-%7F the cursor will go forward by the value plus one and for values %FE-%81 likewise but in the backwards direction; A value of %FF will leave the cursor location unchanged.
This feature is provided to assist with debugging relative jump instructions such as JR and DJNZ to find the relative location.
