Re: A86: Re: Assembly


[Prev][Next][Index][Thread]

Re: A86: Re: Assembly




Assembly Studio 86 help:

_delvar Routine

Deletes a variable. The variable must exist.


Input HL = address of symbol table entry
BDE = pointer to variable data (absolute)
Output None
Note: The output of _FINDSYM is the input of this routine.


_delvar .EQU 475Fh
> and how does the asm _delvar command work?  what variable in what register
> does it delete??




References: