Embedded Systems
abrash.lst
Associated article: Assembly Language Lives!
Tags: C/C++ Embedded Systems
_ASSEMBLY LANGUAGE LIVES!_ by Michael Abrash [LISTING ONE] /* Sample program to copy one far string to another far string, * converting lower case letters to upper case letters in the process. */ #include <ctype.h> char Source[] = "AbCdEfGhIjKlMnOpQrStUvWxYz0123456789!"; ...


