Scalp wrote: > Does someone know the call to delete a prog > thanx > > (oups, I notice I've sent my last message twice... sorry) This should work: ld hl, progname-1 rst 20h ;put in OP1 rst 10h :_FINDSYM call _delvar progname: .db $04, "prog"