> How many labels can > the z80 handle within one program? The Z80 does not handle or know of the existance of labels. Tasm just uses labels so that you can tell it to jump or call a name instead of an address that you don't know until it's compiled anyway.