A86: Re: include files


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

A86: Re: include files




ACZ include file:

_get_word_ahl   equ  521Dh ; ld de,(ahl)  ahl = ahl + 2
_ex_ahl_bde    equ  45F3h ; swap ahl and bde

Official include file:

_GET_DATA_SIZE_DE_INC        equ        521Dh
_swapt_                      equ        45F3h

>i am looking for which include files sontain the following commands:
>_get_word_ahl
>_ex_ahl_bde

---
Clem Vasseur <clem@acz.org>
Assembly Coder's Zenith - http://www.acz.org/




Follow-Ups: