system.debugger.divx

Command/System Debugger, Releases: AP and R83

Divides hexadecimal numbers.

Syntax

divx hexnum hexnum

Description

divides the first hexadecimal number provided by the second hexadecimal number provided and displays the result as a hexadecimal quotient and remainder.

Example

divx 7F D<return> 9 A
The result is displayed on the same line as the command.

See Also

Command Name Type Description
system.debugger.addx Command Adds hexadecimal numbers.
tcl.add Verb: Access Adds integer numbers.
txl.xtd Verb: Access Converts hexadecimal number to decimal.
system.debugger.mulx Command Multiplies haxadecimal numbers.
system.debugger.subx Command Subtracts hexadecimal numbers.
system.debugger.dtx Command Converts decimal to hexadecimal.
system.debugger.divd Command Divides integer numbers.
system.debugger.overview Introductory Overview of system debugger.
system.debugger.muld Command Multiplies integer numbers.
system.debugger.subd Command Subtracts integer numbers.
tcl.divx Verb: Access Divides hexadecimal numbers.
tcl.mulx Verb: Access Multiplies haxadecimal numbers.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.