As far as I remember SAMDOS uses fixed adresses for IX/UIFA.
UIFA must be equal &4B00 (I think).

Edwin

----- Original Message ----- From: David Brant
To: sam-users@nvg.ntnu.no
Sent: Tuesday, November 20, 2007 10:30 PM
Subject: SAMDOS


Hi All

Can anyone tell me why the following code works with master DOS but not in SAMDOS. The code should give the completed UFIA at IX+80 but samdos just returns.

              LD   IX,UFIA
              RST  8
              DEFB GETHEADER   ;get file header
              RET
UFIA:
              DEFB 19
              DEFM "object    "


GETHEADER: EQU 129

Reply via email to