Lay down basic disassembler

This commit is contained in:
SimoneN64
2024-09-23 22:56:44 +02:00
parent d3096609fe
commit 60870165d5
10 changed files with 132 additions and 3 deletions

View File

@@ -22,4 +22,8 @@ Debugger::Debugger() : QWidget(nullptr) {
verLayout->addLayout(horLayout);
setLayout(verLayout);
connect(codeView, &QTreeView::activated, this, [&](QModelIndex index) {
});
}