MS OS/2 As Well As MS-DOS! Plus You Get the Exceptional Debug- Ging Power of Microsoft Code View, the Revolutionary Window- Oriented Source-Level Debugger

MS OS/2 As Well As MS-DOS! Plus You Get the Exceptional Debug- Ging Power of Microsoft Code View, the Revolutionary Window- Oriented Source-Level Debugger

MS OS/2 as well as MS-DOS! Plus you get the exceptional debug- ging power of Microsoft Code View, the revolutionary window- oriented source-level debugger. Microsoft BASIC compiler 6.0: it's the most advanced BASIC compiler available for the profes- sional nroqrammer. Product Overview Microsoft BASIC compiler version a powerful window-oriented tected mode or real mode. 6.0 supports the MS OS/2 and source-level debugger. You can There's also a new alternate MS-DOS operating systems, let- use Microsoft CodeView under fast math library for programs ting you create both protected- both MS OS/2 and MS-DOS, that don't use a math coprocessor, mode and real-mode programs. debugging programs as large as so your programs will run faster. This broad operating-system 128 MB under MS OS/2. And its And if you're interested in support, together with the debug- support for expanded memory writing instrumentation and manu- ging power of Microsoft CodeView, lets you debug large MS-DOS facturing control programs, you'll significant new language enhance- programs, too. appreciate the compiler's ability ments, and a host of new utilities, Multiple windows show you to trap and respond to hardware- makes Microsoft BASIC compiler everything that's going on—both or software-based user-defined the most advanced BASIC com- inside the program and inside the interrupts. piler available for the personal CPU—while the program is run- We've also added advanced computer environment —and ning. And Microsoft CodeView language features such as user- the total BASIC solution for the features a visual interface, plain- defined types, recursion, and huge professional. language commands, and on-line arrays. And new structured pro- gram constructs shorten your Take advantage of protected- help that make it easy to learn mode features. and use. development and maintenance time and simplify program logic. Under MS OS/2, there's no longer New power for professional programmers. Support for interlanguage a 640K limit to addressable mem- calling lets your BASIC programs ory, so your programs can use up Microsoft BASIC compiler version include modules written in several 128 6.0 includes a host of new fea- to 16 MB of real memory or MB Microsoft languages, including tures designed specifically for the of virtual memory! Microsoft C 5.1, QuickCT, FORTRAN 4.1, BASIC compiler version 6.0 also professional programmer. For Macro Assembler, and Pascal 4.0. supports other MS OS/2-specific example, you now have more con- Finally, you get Microsoft capabilities, including multitask- trol over which portions of the QuickBASIC version 4.0 with ing and direct calls to the oper- run-time library are linked to Microsoft BASIC compiler 6.0, ating system. your program, so you can create providing an instant development Debug faster with smaller standalone executables. environment for your MS-DOS Microsoft CodeView. And if you use the separate run- programs. time module, you can customize Microsoft BASIC compiler version it by adding your own routines— 6.0 includes Microsoft CodeView, whether you're working in pro- , * / k, 1 ;t- ,, #I 1 Technical Highlights New support for MS 0S12. with no symbols or full symbols, use Microsoft BASIC compiler version 6.0 language-specific expressions, and change gives you all the tools you need to cre- any symbol by name, including common. Th ate protected-mode programs for the shared, and local variables. For graphics- MS OS/2 environment. oriented applications, there's even a A flexible compiler, Microsoft screen-swapping function that lets you BASIC compiler version 6.0 lets you switch back and forth easily between choose whether you want to compile and your code and the resulting output. link your program to run in protected Debug in mixed languages. mode under MS OS/2 or in real mode Microsoft CodeView lets you debug under MS-DOS. mixed-language programs. In addition to Among the special MS OS/2 fea- BASIC, CodeView supports Microsoft C, • iple ii,zilows let von see eihin rl,i: -- both insule i/it 17, O. 1t11)1 tort/ mode the CPU— tures supported by Microsoft BASIC QuickC, FORTRAN, Macro Assembler, compiler 6.0 are the SHELL function and and Pascal. the OPEN PIPE: statement, which let Support for modular and Choice of three math libraries. your program communicate asynchro- structured programming. With Microsoft BASIC compiler version nously with other programs. Using By supporting modular and structured 6.0, you have a choice of three floating- SHELL, your program can start a pro- programming. Microsoft BASIC reduces point math libraries. The first, an 8087/ cess running and then continue executing, your development time, simplifies pro- so time-consuming tasks such as printing 80287/80387 library, offers the fastest gram logic, and makes your programs execution as well as high precision and won't slow it down. And OPEN PIPE: easier to maintain. Language features that lets it transfer information to and from requires the presence of a math copro- enhance this support include program- cessor. The second, a floating-point emu- other MS OS/2 programs during execu- ming constructs such as SELECT CASE, lator, provides the same 80-bit precision tion. Other new MS OS/2 features are DO ... LOOP, FUNCTION, and block without a coprocessor. Or if a copro- ON SIGNAL and SLEEP IF/THEN! ELSE/END IF statements. cessor is available at run time, the emu- Powerful debugging. lator switches to the coprocessor library Customized run-time modules. Microsoft BASIC compiler now comes instead. The third choice, an alternate You can compile your BASIC programs with Microsoft CodeView, the powerful math package, offers added speed with either as standalone executable files window-oriented source-level debugger. 64-bit precision for machines without or as files that require a Microsoft BASIC Microsoft CodeView gives you total con- a coprocessor- compiler 6.0 run-time module to execute. trol over your program's execution, sig- If you choose the latter, you can extend New language enhancements. nificantly shortening the debugging the standard BASIC run-time module We've significantly extended the capabili- process. And now you can use CodeView with routines you write yourself. for both protected- and real-mode ties of the BASIC language with a broad This option, available for both range of enhancements. These include: programs. protected-mode and real-mode programs, • Neii' Improved error handling that lets H/ate/i Your code execute can result in considerably reduced pro- you use a common error-handling gram size on disk. By embedding often- The window-oriented visual interface routine for multiple-module programs. used routines in the run-time module, of Microsoft CodeView helps you catch • Ne-tt! User-defined events that let you where they can be instantly accessed problems quickly by letting you view write applications for test instrumen- by any application you create, you stream- source code, disassembly code, variables, tation and industrial control. line both the development process and registers, and stack—all at the same time. • User-defined data types and records your executable files. You can set and watch expressions and that let you organize data for easy variables, animate or single-step through access, simplifying file I/O. The first protected-mode editor. the program's execution, trace the con- • Recursioa so your subprograms and Microsoft Editor is a "smart" editor. It tents of the stack, and set conditional FUNCTION procedures can call them- lets you run programs from within itself breakpoints to stop execution whenever selves—a feature that's useful for tasks and reports compilation errors directly a variable or expression reaches a critical such as sorting. to the source code. value. The screen even updates auto- • Arra\z as large as available memory It's also programmable, so you can matically as the program executes, so you (up to l6MBof RAM or 128MBof customize it to meet your needs. For always see the current values in all the virtual memory under MS OS/2). example, you can change keyboard func- windows. • Long integers that eliminate rounding tions, create macros that perform com- plex editing functions with a single Y)ure in control. errors and increase speed in calculations p With Microsoft CodeView, you can debug involving very large whole numbers. keystroke, or write your own editing in your original source code or the • Fixed-length strings that can be used functions in C. resulting assembly language—or both with huge arrays to manipulate string You can even make Microsoft Editor at once. You can view assembly code data as large as available memory or to look like your favorite text editor. To hold string data in records. —a Technical Highlights (coin.) make the process simpler, it comes with - code, Microsoft QuickBASIC 4.0 incor- language and call them directly from built-in keystroke mapping to emulate porates your changes so quickly—usually your Microsoft BASIC programs. Alk BRIEF, WordStar, Epsilon, Microsoft at 150,000 lines per minute*_that it • ILINK, a high-speed incremental QuickC, and Microsoft QuickBASIC. seems instantaneous! linker for MS OS/2 programs that And since Microsoft Editor works in real Microsoft QuickBASIC comes with works up to 20 times faster than a full mode as well as protected mode, you a multi-window, multi-file, full-screen link because it only relinks the can use it to edit both MS-DOS and editor that automatically checks your modules that have been changed since MS OS/2 programs. code for syntax errors as you enter each the last link. Microsoft Qu1ckBASIC version 40 line. And if you aren't sure how to correct • MAKE, a maintenance utility that included, an error, context-sensitive help is avail- keeps your program components up To help you create MS-DOS programs able on line.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    4 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us