If you make your program start with a weird character (try #), some shells won't detect it. Probably not all of them though... Nicolas P Zagorin wrote: > > How do u hide an asm prog so it won't show up in the shell? I've tried > using routines like this: > > bit 2,(iy+31) > jp z,$416c > > However, these seem to only work for strictly data programs...is their > another way to hide things? > > ~Nick