system.debugger.subx

Command/System Debugger, Releases: AP and R83

Subtracts hexadecimal numbers.

Syntax

subx hexnum hexnum

Description

subtracts the second hexadecimal number provided from the first hexadecimal number provided and displays the result as a hexadecimal number.

Example

subx 7F D<return> 72

See Also

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

User Comments

What do you think?

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

Login to leave your comments.