more work
This commit is contained in:
@@ -52,8 +52,8 @@ fn main() -> eframe::Result {
|
||||
ui.label("display of file here");
|
||||
|
||||
ui.vertical(|ui| {
|
||||
display_instruction(0x010, &Chip8CpuInstructions::AddIVx(0x01), ui);
|
||||
display_instruction(0x012, &Chip8CpuInstructions::RndVxByte(0x01, 0x02), ui);
|
||||
display_instruction(0x010, &Chip8CpuInstructions::ADDI(0x01), ui);
|
||||
display_instruction(0x012, &Chip8CpuInstructions::RND(0x01, 0x02), ui);
|
||||
});
|
||||
ui.text_edit_multiline(&mut edit_space);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user