# Operand types

This submenu allows you to change the operand types to offsets, numbers, chars, etc. Use it to make disassembled text more understandable.

* [Convert operand to offset](https://docs.hex-rays.com/8.4/user-guide/user-interface/menu-bar/edit/operand-types/offset)
* [Convert operand to number](https://docs.hex-rays.com/8.4/user-guide/user-interface/menu-bar/edit/operand-types/number)
* [Convert operand to character](https://docs.hex-rays.com/8.4/user-guide/user-interface/menu-bar/edit/operand-types/convert-operand-to-character)
* [Convert operand to segment](https://docs.hex-rays.com/8.4/user-guide/user-interface/menu-bar/edit/operand-types/convert-operand-to-segment)
* [Convert operand to enum](https://docs.hex-rays.com/8.4/user-guide/user-interface/menu-bar/edit/operand-types/convert-operand-to-symbolic-constant-enum)
* [Convert operand to stack variable](https://docs.hex-rays.com/8.4/user-guide/user-interface/menu-bar/edit/operand-types/convert-operand-to-stack-variable)
* [Change operand sign](https://docs.hex-rays.com/8.4/user-guide/user-interface/menu-bar/edit/operand-types/change-operand-sign)
* [Bitwise negate operand](https://docs.hex-rays.com/8.4/user-guide/user-interface/menu-bar/edit/operand-types/bitwise-negate-operand)
* [User-defined operand](https://docs.hex-rays.com/8.4/user-guide/user-interface/menu-bar/edit/operand-types/user-defined-operand)
* [Set operand type](https://docs.hex-rays.com/8.4/user-guide/user-interface/menu-bar/edit/operand-types/set-operand-type)

If IDA suspects that an operand can be represented as something different from a plain number, it will mark the operand as "suspicious" and show it in red. Use these commands to delete [suspicious](https://docs.hex-rays.com/8.4/user-guide/user-interface/search#search-for-next-suspicious-operand) marks.

Some of these commands can be applied to a selected range. Click [here](https://docs.hex-rays.com/8.4/user-guide/user-interface/menu-bar/edit/operand-types/perform-en-masse-operation) to learn about the rules applied to such operations.

See also [Edit](https://github.com/HexRaysSA/docs/blob/IDA-8.4/user-guide/user-interface/menu-bar/edit/edit.md) submenu.
