A quick, ugly terminal program that has ANSI support (Zmodem) description
Assembler source.
There's not much I want to say about this one.. It's complicated, but
I suppose any intelligent persons can figure it out. This code is not all
mine.. I grabbed the original term program from the book "Advanced
Assembly Language" by QUE. Good book. I modified the program a bit, so now
you can do Z-modem uploads and downloads.. If you have GSZ or some other
program that supports Zmodem transfers. You have to do all the commands
yourself. like ATZ, ATDTxxx-xxxx, etc.. No hang up command, but you can
toggle local echo with F-11.. F-12 exits. Some other keys do the up and
downloading... I think page up and page down. I doubt this'll ever make it
as a terminal program, but its a start for a BBS (yeah, right.) or an over-
the-modem game..
Oh, well.. Enjoy..
File List:
EXEC.INC
3Kb
FILE_ID.DIZ
49b
TERM.NFO
1Kb
TERM1.ASM
9Kb
TERM1.EXE
1Kb
TERM2.ASM
9Kb
TERM2.EXE
2Kb
VLA.NFO
2Kb
Similar code
Asynchronous communications routines
(Popularity: ) : Is a terminate-and-stay resident program that replaces the IBM-PC ROM-BIOS asynchronous communications services with a servicable interrupt-driven communications driver. Basic IPX network programming info + demos by D.Welch (asm/C)
(Popularity: ) : IPXSTART is intended to provide information about basic IPX network programming. IPX is a simple programming interface for sending packets ...