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