Skip to content

Commit

Permalink
byte order for twos complement
Browse files Browse the repository at this point in the history
  • Loading branch information
SymmetricChaos committed Nov 17, 2024
1 parent f8bce9b commit 2c9582f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/code_panel/twos_complement_controls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ impl CodeFrame for TwosComplementFrame {
ui.checkbox(&mut self.code.spaced, "Use Spaces");
ui.add_space(8.0);

ui.checkbox(&mut self.code.big_endian, "Big-Endian Byte Order");
ui.add_space(8.0);

ui.group(|ui| {
ui.subheading("Representation");
ui.horizontal(|ui| {
Expand Down

0 comments on commit 2c9582f

Please sign in to comment.