RE: [Freedos-devel] TC RTL

2004-02-27 Thread aitor . sm
Hi, Finally I am trying to implement the APPEND command in BC, with the resident code written in NASM. However, I get the following strange behaviour: (1) I am able to GET the int21h handler, to hook it, and to JMP to the old int21h handler. However, if I try to CALL it (of course I PUSHF

RE: [Freedos-devel] TC RTL

2004-02-27 Thread Arkady V.Belousov
! 27--2004 16:48 [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote to [EMAIL PROTECTED]: ase (1) I am able to GET the int21h handler, to hook it, and to JMP to the old ase int21h handler. However, if I try to CALL it (of course I PUSHF before, I ase try without that and am unsuccessful as well) then

RE: [Freedos-devel] TC RTL

2004-02-27 Thread Roberto Mariottini
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Arkady V.Belousov Sent: Friday, February 27, 2004 4:03 PM To: [EMAIL PROTECTED] Subject: [Freedos-devel] TC RTL BTW, does anyone have TC RTL sources? Especially, I interested in C0.ASM, CLOCK.C,