Paul T. Barton wrote: > OK, > > I'm using the new ASM, > it's giving me typo errors. > > I want to turn off ASM case sensitivity, > how do I do that, please? > > Paul U should force upper case, -U should set case specific. Looks default is case specific. So, asm filename u should do what you want.