()
| 1 | use full_stack::highlight::highlight_assembly; |
| 2 | use egui::epaint::text::ByteRangeExt as _; |
| 3 | |
| 4 | fn style() -> egui::Style { |
| 5 | egui::Style::default() |
| 6 | } |
| 7 | |
| 8 | // Multi-byte UTF-8 inside a .asciz literal once hit a byte-boundary panic in |
no outgoing calls