The Assembly Language Magazine 3
@eZine
Published in
assembly language magazine
· 1 year ago
... disk full of miscellaneous data that is rare and useful. The $15 price is one of the greatest bargains to be found. Available on many BBS's as ####ref.??? such as 1029ref.zip. This says that it is the October 29th release, and the extension is up to the Sysop. Source Code for Keyboard TSR ; High Res screen A/B toggler for Sperry PC, the best PC around ; Written for MASM 4.0 code segment para public 'code' assume cs:code,ds:code,es:code org 0100h ; .COM format start proc far ; Equates - ports, locations, values ; Using equates makes the program much easier to change later; ; to use a different scancode here, for example, you would j ...