274c274
< } while(cargv);
---
> } while (cargv);
285c285
< } while(cenvp);
---
> } while (cenvp);
295c295
< } while(auxType != 0 || auxVal != 0);
---
> } while (auxType != 0 || auxVal != 0);
332c332
< if(!(byte == 0x66 || //operand override
---
> if (!(byte == 0x66 || //operand override
398c398
< } while(newPC == origPC);
---
> } while (newPC == origPC);