dash icon indicating copy to clipboard operation
dash copied to clipboard

Implement a command for changing modes for processors that support multiple modes

Open pmarkowsky opened this issue 8 years ago • 0 comments

Currently there's no way in dash to support mixed mode assembly such as mixing 32-bit ARMv7 and thumb code which is possible with a bx/blx instruction. As such dash needs an easy way to swap modes.

Currently the plan / thought is to have .mode

e.g. .mode thumb

which would mean that everything below that line should now be in thumb mode.

pmarkowsky avatar Jul 05 '16 03:07 pmarkowsky