Doug Torrance wrote: > > Hey there. Tasm keeps giving me this error: > > Unused data in MS byte of argument. (80) > > It points to this line: > > ld e,(lilguyx) > > What's wrong? Thanks for any advice. Well, try ld a,(lilguyx) or...make sure there is at least one space in front. But I think it has to be a, not e.