pub fn do_layout_asm(args: &[Value<'_>], state: &mut State<'_>) -> Result<()>Expand description
Switch the display layout to assembly mode.
If already in assembly layout, prints a message and does nothing.
ยงErrors
Returns an error on I/O failure while printing (unlikely).