Languages
- 3301
- The Farber Consulting Group, Inc.
- A development company offering Visual Foxpro training and software solutions.
- 3303
- FoxPro Developers Network of San Diego
- Non-profit corporation of programmers in San Diego and Southern Orange County, California.
- 3304
- Grand Rapids Area FoxPro User Group
- Michigan user group. News items, upcoming events, members, and downloads.
- 3306
- Amazon.com: Z Programming
- Lists books for sale on the topic of Z programming. Includes descriptions of individual books, reviews and purchase information.
- 3307
- Object Orientation in Z
- Edited by Susan Stepney, Rosalind Barden, David Cooper; Springer-Verlag, 1992, ISBN 3540197788. Set of papers showing many ways to add OO concepts and structuring to Z. Each shows same problems, for comparing. [University of York]
- 3308
- The Way of Z: Practical Programming with Formal Methods
- By Jonathan Jacky; Cambridge University Press, 1997, ISBN 0521559766. Introduces formal methods (FM) via Z, case studies, tutorial, glossary. [University of Washington]
- 3309
- Using Z: Specification, Refinement, and Proof
- By Jim Woodcock, Jim Davies; Prentice Hall, 1996, ISBN 0139484728. Treats formal techniques and methods for software engineering via Z. Full text, slides, exercises, solutions, cards, contents. [University of Oxford, Online]
- 3310
- A86 Assembler, D86 Debugger
- A86: high quality assembler, for x86 processors. D86: screen-oriented program to troubleshoot buggy programs written for DOS; freezes program states, shows values of registers, flags, memory; single steps forward or back. Eric Isaacson Software.
- 3312
- Free Assemblers and Linkers for Programmers
- Lists assemblers, cross-assemblers, linkers, and librarians, where available, for a wide variety of operating systems and processors.
- 3313
- High Level Assembly
- An assembly language developed by Randall Hyde which can use high-level language constructs to aid x86 assembly programmer beginners and advanced assembly developers alike. (Wikipedia article)
- 3315
- Niko's Shareware Assembly Tools (dated)
- Collection files and links to toolset for x86 assembler programming.
- 3316
- YASM
- A complete rewrite of the NASM assembler under BSD License. is designed from the ground up to allow for multiple assembler syntaxes to be supported (eg, NASM, TASM, GAS, etc.) in addition to multiple output object formats and even multiple instruction sets.