[Implemented] HEX - in the ASM Debugger pls.
Posted: Sun May 12, 2002 5:27 pm
Restored from previous forum. Originally posted by theogott.
I am working on two PC's here, one with Powerbasic, and ONE with Purebasic.
While comparing the two Debugger's I found this difference.
My ASM code works with bytes
MOV c,bl
CMB al,5
So in the Powerbasic Debugger where there is an HEX-Display its easy to find out what BYTES are in which Register (e.g. AL)
EXAMPLE: EAX = 00 12 fb FF
In the Purebasic I am in trouble, cause the display is Decimal.
I would have to take my calculator and find it out "by hand" then ...
So I'd like to switch that with a small checkmark.
Secondly. All the Windows in the Debugger open up with a checkmark.
ONLY for the ASM-Window there is a Button.
I'd prefer to have a checkmark for all of the windos then -
or Buttons for all (but checkmarks need less space).
thanks
--Theo
*************************
The best time to do things is now !
I am working on two PC's here, one with Powerbasic, and ONE with Purebasic.
While comparing the two Debugger's I found this difference.
My ASM code works with bytes
MOV c,bl
CMB al,5
So in the Powerbasic Debugger where there is an HEX-Display its easy to find out what BYTES are in which Register (e.g. AL)
EXAMPLE: EAX = 00 12 fb FF
In the Purebasic I am in trouble, cause the display is Decimal.
I would have to take my calculator and find it out "by hand" then ...
So I'd like to switch that with a small checkmark.
Secondly. All the Windows in the Debugger open up with a checkmark.
ONLY for the ASM-Window there is a Button.
I'd prefer to have a checkmark for all of the windos then -
or Buttons for all (but checkmarks need less space).
thanks
--Theo
*************************
The best time to do things is now !