build fixes

This commit is contained in:
ProgramSnail 2024-11-03 12:52:25 +03:00
parent e17f1f70ed
commit da050c082c
4 changed files with 7 additions and 8 deletions

View file

@ -92,12 +92,12 @@ void run(bytefile *bf) {
Bsexp((aint*)s.sp, ip_read_int(&s.ip)); // TODO: check order
break;
case 3: // STI
case 3: // STI - write by ref (?)
// TODO
break;
case 4: // STA
// TODO
case 4: // STA - write to array elem
// Bsta // TODO
break;
case 5: // JMP 0x%.8x