NASM - The Netwide Assembler

NASM Forum => Example Code => Topic started by: avcaballero on January 17, 2013, 12:20:42 PM

Title: MSDOS screensaver TSR example
Post by: avcaballero on January 17, 2013, 12:20:42 PM
A little old stuff, but maybe usefull for someone  :)

P.D. It surely won't work within WXP and so one, but yes in dosbox and older Windows versions (95, 98, msdos, ...)
Title: Re: MSDOS screensaver TSR example
Post by: robbo007 on April 09, 2021, 10:34:53 AM
darn, crashes my IBM 5160 :(
Title: Re: MSDOS screensaver TSR example
Post by: tysonprogrammer on September 05, 2022, 10:32:03 PM


Can you repost this code? It no longer exists. I am trying to write a TSR using NASM and am having trouble so would like to see an example.

thanks,
Tyson
Title: Re: MSDOS screensaver TSR example
Post by: vitsoft on September 11, 2022, 07:52:42 PM
Another example of TSR program (https://euroassembler.eu/prodos16/tsrclock.htm) displays the current time in the topright corner of textmode screen. It shouldn't be difficult to port it for NASM.