mirror of
https://github.com/byteworksinc/DumpObj.git
synced 2024-11-22 14:33:15 +00:00
commit
37e68cdcbc
@ -1169,7 +1169,8 @@ else switch (opcode) {
|
||||
DoExpr();
|
||||
break;
|
||||
case OPENTRY: /* handle entry opcode */
|
||||
printf("ENTRY ($F4) | ");
|
||||
p1 = fgeti(input);
|
||||
printf("ENTRY ($F4) | %02X :", (int)p1);
|
||||
PutNumber();
|
||||
printf(" : ");
|
||||
PutSymbol();
|
||||
@ -2028,7 +2029,8 @@ switch(op) {
|
||||
count = count + 6;
|
||||
break;
|
||||
case OPENTRY: /* handle entry opcode */
|
||||
printf("! ENTRY ($F4) | ");
|
||||
p1 = fgeti(input);
|
||||
printf("! ENTRY ($F4) | %02X :", (int)p1);
|
||||
PutNumber();
|
||||
printf(" : ");
|
||||
PutSymbol();
|
||||
|
Loading…
Reference in New Issue
Block a user