removed debug lines and ax bx values

This commit is contained in:
2025-06-08 22:44:43 +03:00
parent 500ffda8c2
commit ea97b8cfde
2 changed files with 0 additions and 4 deletions

View File

@@ -19,8 +19,6 @@ void emulate() {
int main(int argc, char* argv[]) {
CS = 0x0000;
IP = 0x0000;
AX.value = 0x7fff;
BX.value = 0x7fff;
if (argc < 2) {
std::cerr << "usage: " << argv[0] << "<filename>\n";