MASM 6.0 Windows Programming SampleLast reviewed: February 15, 1996Article ID: Q92435 |
The information in this article applies to:
ASMCLOCK is a direct translation of the sample program DIGCLOCK in Chapter 5 of Charles Petzold's "Programming Windows." The purpose of this program is not to show the advantages of assembler programming over C for this particular application, but to show that programming for Microsoft(R) Windows(TM) is now possible with Microsoft Macro Assembler (MASM) version 6.0. Because of the new features in MASM version 6.0, this sample application was very straightforward to develop. NOTE: You must have the Microsoft Windows version 3.1 Software Development Kit and MASM version 6.0 to build ASMCLOCK. ASMCLOCK.ASM demonstrates many of the new features available with MASM 6.0. Please see the README.TXT file for more information. Download ASMCLOCK.EXE, a self-extracting file, from the Microsoft Software Library (MSL) on the following services:
|
Additional reference words: 3.10 softlib ASMCLOCK.EXE
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |