Is Available As PDF File for Download

Total Page:16

File Type:pdf, Size:1020Kb

Is Available As PDF File for Download The Os++ User’s Manual THOMAS RICHTER Copyright c 2013-2020 by Thomas Richter. This publication is freely distributable under the same conditions as the Atari++ emulator. See the License conditions therein for further information. ii The Os++ User’s Manual Contents 1 Overview on the Second Edition 1 2 Overview on Os++ 1 3 Booting Os++ 3 4 The Editor Handler 3 4.1 Information for BASIC Users . 3 4.2 Information for Advanced Users . 4 5 The Screen Handler 4 5.1 Information for BASIC Users . 4 5.2 Information for Advanced Users . 5 6 The Keyboard Handler 5 6.1 Information for BASIC Users . 5 6.2 Information for Advanced Users . 6 7 The Printer Handler 6 7.1 Information for BASIC Users . 6 7.2 Information to Advanced Users . 7 8 The Disk Handler 7 8.1 Features of FMS++ . 7 8.2 Booting from FMS++ . 8 8.3 Booting for BASIC . 8 8.4 Advanced Information on the Boot Process . 8 8.5 Loading and Saving Programs from BASIC . 9 8.6 File Operations in BASIC . 9 8.7 Advanced Modes for Open . 10 8.8 Advanced Information on the Open Modes . 11 8.9 Wild Carts in File Names . 12 8.10 Advanced Information on Wild Cards . 12 8.11 File Name Modifiers . 13 8.12 Additional FMS++ Commands . 14 8.13 Advanced Information on XIO Commands . 18 8.14 Additional BASIC instructions to work on files . 18 8.15 Information for Advanced Users . 19 8.16 Random Access of Files . 20 8.17 Advanced Information on POINT and NOTE . 21 8.18 The Direct Mode . 21 8.19 The OPEN Instruction in Direct Mode . 21 8.20 POINT and NOTE in Direct Mode . 22 9 DiskIO 22 9.1 What is DiskIO . 23 9.2 How to Install DiskIO . 23 9.3 DiskIO Instructions . 23 9.4 Abbreviated DiskIO Instruction . 25 9.5 DiskIO Dot Commands . 26 CONTENTS iii 9.6 Asking for Help . 27 9.7 Leaving to DOS and returning to BASIC . 27 10 Overview on the DOS User Interfaces 27 11 The DOS Command Line 27 11.1 The Command Line Syntax . 28 11.2 Internal and External Commands . 29 11.3 Advanced Information on Internal and External Commands . 30 11.4 Elementary Internal Commands . 30 11.5 Copying Files with the Dos Command Line . 31 11.6 Dangerous Internal Commands . 32 11.7 Internal Commands for Working with Binary Files . 32 11.8 Miscellaneous Internal Commands . 34 11.9 Hints and Tricks for the Command Line . 34 11.10External Commands . 35 11.11Advanced Information: Accessing Program Parameters . 37 12 The Menu Interface of Dos++ 37 12.1 Advanced Information on the Menu . 38 12.2 Elementary Operations: Directory, and Quitting the Menu . 39 12.3 Simple File Operations: Deleting, Renaming, Locking and Unlocking . 40 12.4 Formatting Disks . 42 12.5 Loading and Saving Binary Files . 43 12.6 Executing Os/A+ Commands . 44 12.7 Duplicating Files . 45 12.8 Duplicating Entire Disks . 47 12.9 Miscellaneous Utility Functions . 48 12.10Configuring Dos++ . 51 12.11Additional Features: Limited DOS 3 Support . 53 12.12Advanced Information: Customizing the Menu . 54 13 The Overlay Manager 55 13.1 Advanced Information: The Overlay Manager API . 55 14 Dos++ Binary Load File Format 55 14.1 Dos++ Item Group Files . 57 14.2 The Menu API . 58 15 The Tape Handler 63 15.1 Tape Handler Extensions . 63 15.2 Booting from Tape . 64 15.3 SIO Tape Support - Information for Advanced Users . 64 16 Central I/O 65 16.1 Information for Advanced Users . 65 17 Serial I/O 65 17.1 Information for Advanced Users . 65 18 The Disk Interface Vector 66 18.1 Information for Advanced Users . 66 iv The Os++ User’s Manual 19 Os Service Routines 66 19.1 SetIRQ . 66 19.2 Memo-Pad, Self-test and Powerup-Display . 66 19.3 Reset and Power-Up . 66 19.4 Tape Support Functions . 67 19.5 Parallel Bus Interface Support . 67 19.6 New Kernel Functions . 67 20 Changes in the MathPack 67 20.1 Information for Advanced Users . 68 21 Memory Map 70 CONTENTS v 1 Overview on the Second Edition The second edition of Os++ fixes a couple of bugs and improves some of its features. Most notably, the editor had a bug by running into a BRK instruction when erasing the cursor, which was harmless with the Os++ default interrupt handler installed, and FMS++ did not handle “boot acccess” open modes with AUX2 equal to 128 properly. These defects have been fixed. The FMS++ overlay manager now also supports banking the FMS buffers under the Os ROM, reaching MEMLO values of $800. Previous versions could only FMS buffers under Basic or an Oss switching cartridge. 2 Overview on Os++ Os++ is an open source replacement operating system for the Atari 8-bit series of home computers. Even though Os++ was originally developed as part of the Atari++ emulator project, the operating system is stand- alone and will also work on a real machine, unaltered. Os++ requires at least an Atari 600XL (extended or native), or an 800XL, or any newer model. Upgraded older systems will work as long as memory bank switching is supported correctly. In specific, Os++ requires banking support for the Self Test memory window to be functional, even though it serves another purpose here. Os++ consists of two parts: A resident ROM image, supplied with this software package, that replaces the original 16K ROM built into a machine. This ROM is completely sufficient to operate the system, and it provides many more features the Atari ROMs did not supply, discussed in the next paragraphs. The second part is the Os++ System Disk that includes additional tools and utilities, very much in the spirit of the Atari system disks that came with the 810 or 1050 disk stations. The design goal of Os++ was to provide an open source operating system for the 8-bit machines that sup- plies all necessary functionality for the all-day use of the 8-bit series as it was shipped by Atari. This means that the development of Os++ was guided by the hardware available at the time the machines were originally sold, and to supply the best possible solution — as ROM space permits — at this particular time. This means, of course, that several compromises had to be made, and in particular, that hardware that appeared later by third-party vendors could not be supported. In the author’s opinion, one of the largest drawbacks of the original Os design was the lack of a built-in file management system many competing home computer systems offered. While the Atari could and did bootstrap its DOS — the Atari name for the file management system plus utility package — from disk, the bootstrap process was lengthy, and also took precious RAM space. Os++ supplies a ROM-based FMS that is backwards compatible to Dos 2.0S and Dos 2.5, the most popular Dos versions back at the time of the 8-bit series was sold, and enables thus to use the 1050 disk station even without booting from them. Nevertheless, bootstrapping custom file management systems, or games, still remains available, the ROM will not get into their way. FMS++, the file management system in the ROM, improves the original Atari design in many ways, and provides a couple of useful features, as for example taking as little as 256 bytes of precious BASIC RAM-space. The FMS is described in section 8. Many errors found in the original Atari ROMs are not present in Os++1, and a couple of improvements have been made. The editor and screen handler have been improved. The math pack is both faster and more precise. The resident.
Recommended publications
  • Sparta Dos X Review
    Sparta Dos X Review# The SpartaDOS X cartridge a review by Doug Wokoun (copied from Usenet) The SpartaDOS X cartridge is the latest incantation of SpartaDOS for the 8-bit Atari and very possibly the most powerful Disk Operating System available for any 8-bit computer. The SpartaDOS X cartridge consists of 64K of ROM, with 48K (or 6 cartridge banks) formatted into a ROM-disk, and the remaining 16K used as the main DOS core. The ROM-disk contains files and drivers used by the system and SpartaDOS X versions of several utilities found in the SpartaDOS ToolKit. It also contains a very versatile ARC utility package. Some of the new features of SpartaDOS X (referred to as SDX): • built in, memory resident FORMAT utility. Old versions of SpartaDOS could only initialize Atari format disks using 'AINIT'. To initialize a SpartaDOS disk required the loading of a program called 'XINIT'. Now, any time an XIO #254 call is made, the SDX format menu is brought up. With this, you can select a variety of disk densities and types. It will also allow "1-second" formatting by simply rewriting the root directory on a formatted disk. • High speed disk I/O with U.S. Doubler, Atari XF551, and Indus GT disk drives. • New file loader supporting relocatable files (certain disk based commands can be held in memory and later removed) and symbol linking. • Probably the lowest MEMLO of any DOS. The DOS can load drivers under OS-RAM, into extended memory on an XE or at MEMLO on an 800.
    [Show full text]
  • Indus GT DOS XL Operators Guide.Pdf
    COPYRIGHT @ 1983 byINDUS SYSTEMS INC. This manual is published and copy- righted by Indus Systems Inc. All rights are reserved. This document may not, in whole or part, be copied, photocopied, reproduced, translated or reduced to any electronic medium or machine readable form without prior written consent of Indus Systems Inc. The word Atari and the Atari logo are registered trademarks of Atari Computer or Warner Communications Inc. Atari Computer or Warner Communications Inc. was not in any way involved in the writing or other preparation of this manual, nor were the facts presented here reviewed for accuracy by that company. Use of the term Atari should not be construed to represent any endorsement, official or otherwise, by Atari Computer or Warner Communications Inc. DOS XLta Operator's Guide for Drivers of the IDdua G'l'ta Atarita Coapatible Diskette Drive by Keith S. Burgoyne For DOS XL Version 2.20 This guide was last revised on December 14, 1983 Copyright .otiee The programs comprising DOS XL as distributed with the Indus GT diskette drives are primarily Copyright (c) 1983 by Optimized Systems Software, Inc. of San Jose. Cal ifornia. Some Indus GT DOS XL diskettes may contain programs or enhancements which are Copyright (c) 1983 by Indus Systems of Chatsworth, California. This guide is Copyright (c) 1983 by Indus Systems of Chatsworth. California. Reproduction or translation of any part of either this guide or the programs comprising DOS XL beyond that permitted by sections 107 and 108 of the United States Copyright Act without the permission of the copyright owner(s) is unlawful.
    [Show full text]
  • What the Site Said
    ATARI MyDOS 4.5x Operating system MyDOS 4.53 was developed for microcomputers company Atari in 1988 by WORDMARK Systems (developers Charles Marslett and Robert Puff). The latest version - 4.53. The system was developed based on Atari DOS 2.x and inherited from her shell-menu of commands. However, the interface of the operating system was more user friendly. As this system has been very well sovestima with DOS 2.x program and floppy disks. Single-sided discs density of 40 tracks of the two systems are compatible with each other. Just MyDOS allows you to read discs enhanced density of DOS 2.5. The system supports single-sided and two-sided floppy disks in a 40/80 track single and double density. As has built-in support hard drives up to 16 MB of built-in support, and RAM-disk. The system allows to continue to host up to 64 files in a subdirectory, but it could create subdirectories. Each subdirectory can accommodate another 64 inside one file or subdirectory. You could rename any executable file in AUTORUN.SYS. Then it is automatically loaded when the system reboots. Basic devices are the same as in DOS 2.0s. To work with the RAM-disk, hard disk and floppy disks high density system need to be configured. The new configuration of memory to disk and restored when you restart automatically. The operating system was designed MyDOS Norton Commander - like shell - Toms Navigator (replaced by a command processor system - file dup.sys): Setup floppy disks. To work correctly with floppy disks you need to configure your system accordingly.
    [Show full text]
  • Floppy Disk - Wikipedia, the Free Encyclopedia Page 1 of 22
    Line printer - Wikipedia, the free encyclopedia Page 1 of 5 Line printer From Wikipedia, the free encyclopedia The line printer is a form of high speed impact printer in which one line of type is printed at a time. They are mostly associated with the early days of computing, but the technology is still in use. Print speeds of 600 to 1200 lines-per-minute (approximately 10 to 20 pages per minute) were common. Contents 1 Designs 1.1 Drum printer 1.2 Chain (train) printer 1.2.1 Band printer 1.3 Bar printer 1.4 Comb printer 2 Paper (forms) handling IBM 1403 line printer, the classic line printer of 3 Origins the mainframe era. 4 Current applications 5 See also 6 References Designs Four principal designs existed: Drum printers Chain (train) printers Bar printers Comb printers Drum printer In a typical drum printer design, a fixed font character set is engraved onto the periphery of a number of print wheels, the number matching the number of columns (letters in a line) the printer could print. The wheels, joined to form a large drum (cylinder), spin at high speed and paper and an inked ribbon is stepped (moved) past the print position. As the desired character for each column passes the print position, a hammer strikes the paper from the rear and presses the paper against the ribbon and the drum, causing the desired character to be recorded on the continuous paper. Because the drum carrying the letterforms Drum Printer (characters) remains in constant motion, the strike-and-retreat http://en.wikipedia.org/wiki/Line_printer 2010-12-03 Line printer - Wikipedia, the free encyclopedia Page 2 of 5 action of the hammers had to be very fast.
    [Show full text]
  • Spartados X Manual
    We are proud to present the enhanced and remarkably upgraded SpartaDOS X version 4.42 The most advanced Operating System for ATARI 8-Bit Computers SpartaDOS X on cartridge was released end of 1988. This powerful OS was said to be enhanced and developed. Changes in the computer world in the 1990s made it to an abandoned product. Last known version from those days is SpartaDOS X V. 4.22 from FTe. As of December 2008 there are new features and capabilities available: Supporting Turbo Freezer 2005 cartridge, AtraX SpartaDOS X 128 and Atarimax Maxflash cartridge. The banked memory management has been updated and can handle all known memory extensions properly. A new file system has been written to support more storage devices and 512 bytes per sector. 15 drives are available with SpartaDOS X. The Y2K- bug is fixed. Proper support for the XEP80 video card on PAL computers is implemented. Utilities known from the SpartaDOS Toolkit have been incorporated. Time and date inputs entered by the user are verified. And there is much more you will explore reading the manual and using SpartaDOS X. And, of course, the new SIO2XX devices are supported as well. See http://sdx.atari8.info/. for more technical details. Please take this manual for courtesy. Keep ATARI 8 bit computers alive! Enjoy! Christmas 2008 CREDITS - based on works done by: Prof!, MMMG, DLT Ltd. - new code and design: DLT Ltd. - hardware: Pasiu/SSG, Jad, Zenon/Dial, DLT Ltd. - hosting: krap.pl - devtools: DLT Ltd., Tebe/Madteam, others - manual: Mikey, dely, DLT Ltd, GoodByteXL - other support: ABBUC, Epi/TRS, Krap, Mikey, Pin/TRS SpartaDOS X Version 4.42 The Most Powerful 8-Bit Disk Operating System Original by ICD Enhanced Version by DLT Ltd.
    [Show full text]
  • Conversion by B. Watson, 20070516. Ripped from DOS XE
    [ Conversion by B. Watson, 20070516. Ripped from DOS XE documentation disk images from Holmes archive, via good old UNIX "strings" command. Converted to ASCII, and (rather crudely) reformatted with some vim and perl magic, plus maybe an hours' worth of proofreading. I make no claims about the accuracy of this conversion whatsoever. ] ATARI DOS XE ****** OWNER'S MANUAL Copyright 1988, ATARI Corp. Sunnyvale,CA 94086 All rights reserved. ******************* ******************* Every effort has been made to ensure the accuracy of the product documentation in this manual. However, because Atari Corporation is constantly improving and updating it's computer hardware and software, it is unable to guarantee the accuracy of printed material after the date of publication and disclaims liability for changes, errors, or ommissions. Atari, Atari BASIC, Atariwriter, Atariwriter Plus, Atariwriter 80, DOS XE, XE, XF5 51, XL, 400, 800, 810, 1050, 800XL, 1200XL, 65XE, and 130XE are trademarks or registered trademarks of Atari Corporation. ***************************** ***************************** INTRODUCTION WHAT DOS XE DOES A computer cannot directly use the information on a disk. The information must be loaded into the computer's memory first. This requires special software called the Disk Operating System or DOS. DOS enables the computer and the disk drive(s) to work together in storing, retrieving and managing information. DOS XE is a DOS for the Atari XL and XE computers and disk drives. It organises information into files and helps you to maintain those files. You can group related files into directories, copy them, erase them, and perform other useful tasks. DOS XE itself is a file on a disk and must be loaded into your computer before it can work.
    [Show full text]
  • Atari DOS 2.5-XF551.Pdf
    ~ )1\.ATARr DOS 2.5: XF551" DISK DRIVE TABLE OF CONTENTS 000000000000000000 YOUR ATARI XF551 DISK DRIVE AND DOS ................ , What DOS Does . .. .......... ... ..... ......... v DOS 2.5 and Your ATAAI Personal Computer System ........... vi How to Use This Manual . ............................... vii SECTION 1: YOUR ATARI XF551 DISK DRIVE .. ... 1 Connecting Your XF551 Disk Drive ....... .. 1 Connecting More Than One Disk Drive . ............ .. .... 3 Taking Care of Your Diskettes ......... .... ............ 4 SECTION 2: GETTING STARTED WITH DOS 2.5 .......... 7 Loading DOS . ......... .......... .............. 7 The DOS Menu ............... ........... 10 looking at a Disk Directory. .. .......•....•....... 13 Duplicating a Diskette ............•.. _ • . • .• • . • • • ...... 14 FormattingaDiskette .............. .... ••...•. _..... 17 Naming and Referring 10 Files ....... ... • • . • •• .. •. ...... 19 Running a Cartridge From DOS ...... .••. • • • • . .•....... 22 Copying Files. ............................. 24 Erasing Files ........................ _ ................. 27 SECTION 3: SELECTING A DOS MENU OPTION ......... 29 A. DISK DIRECTORY ................. ................ 30 B. RUN CARTRIDGE ................................... 34 C. COPY FILE. .. • . • . .. • . .. 35 D. DELETE FI LE(S) ...... ... .. ................. .. .... 38 E. RENAME FI LE. • . .. ................ 39 F. LOCK FILE ..... .. ..........•................. ... 41 G. UNLOCK FILE . ....... • ... .•. ... ..•.. .•..... 42 H. WRITE DOS FILES. • . ........ ... ..
    [Show full text]
  • Computer Answers Issue8404
    NEW! NEW! NEW! ! 96 AND LAUREATE The Keys to low cost Business Computing CP/M YOUR BUSINESS Architects to Zoologists, Estate Agents to Warehousing, CP/M is the control program for business systems which Haulage to Publications. Accountants to Retailing, Insurance is used more than any other. Usually the price for such a Transportation, Containers to system, which provides access to a vast range of business to Printing, Builders to Shipping and Finance to Textile. A Business hardly exists software, is far higher than the cost of the LAUREATE. which cannot make cost effective use of the 96 or ELAUREATE.MSMMSSm MODULE I MODULE II FOR 96K LAUREATE SYSTEM 96 SOFTWARE PACKAGE Disk Drive I Electronic Typewriter Kit: Disk Drive n Parallel Printer Interface Disk Interface Word Processing Parallel Printer Interface Programmers Tool Kit: CP/M Master Disk and FORTH Manual MODER-80 The Suite of Perfect DISK DRIVE I Software: LYNX D.O.S. Perfect Writer/Speller Perfect Calc Perfect Filer £699.95 £399.95 PERFECT SOFTWARE This is a range of packages specifically designed for business needs. There is a spread sheet for finanoial forecasts and calculations, a word processing package for letters and production and a filer for document 1 storing, sorting and retrieving information such as mailing lists. LYNX We lift the lid off Sinclair's -I Quantum Leap. * ' Apple Macintosh f t * Snap shot screen dump ... Is this cheap disk system the Graphics on ROM ... friendliest micro on earth? Electron upgrades ... ADE to easier assembler ... \ Programming Database decisions. DOCUMENTATION: AM I Sinclair guide to documenting your programs, from design through Storing the screen ..
    [Show full text]
  • COMPUTE! 110101 to Makmakee the Shape Appear
    existingexisting option hashas beenbeen slightly singlesingle densitydenSity ifif thethe drive isn'tisn't thethe DOSDOS command inin BASIC.BASIC: changed:changed: Option J,j, DuplicateDuplicate Disk, 1050-compatible.1050-compatible. UsuallyUsually this takestakes 10 toto 20 seconds now formatsformats thethe targettarget disk beforebefore Incidentally,Incidentally, ifif youyou selectselect opop­ or more.more. ButBut withwith DUP.SYSDUP.5YS stored copying.copying. tiontion Jj (Duplicate(Duplicate Disk) withwith DOS inin thethe RAM disk, thethe DOSDOS 2.52.5 menumenu Three new utility filesfiles are inin­ 2.52.5 whenwhen using a 1050 drive, the comes up almost instantlyinstantly when cluded withwith DOSDOS 2.5.2.5. The first,first, disk is automaticallyautomatically formattedformatted in youyou type DOS.DOS. SETUP.COM,SETUP. COM, lets you customize DOS inin various ways withoutwithout the ~--------------L----------------i POKEs that used to be necessary. POKEs that used to be necessary. Memory Location 54017 (130XE Only) ForFor instance, you can significantlysignificantly speed up disk accesses by turning Bit Position Function off the write-with-verify mode. You can also set upup one of three 0° If 1, enable OS ROM, disable RAM from $C000-$FFFFSCOOO-SFFFF (default) AUTORUN.SYS files:files: the usual RS- IfIf 0,0, disable OS ROM, enable RAM from $C000-$FFFFSCOOO-SFFFF X1 IfU 0, enable BASIC ROM at $A000-$BFFFSAOOO-$8FFF (default)*(default)- 232 handler for the 850 Interface 232 handler for the 850 Interface IfIf 1, disable BASIC ROM, enable RAM at $A0O0-$BFFFSAOOO-SBFFF Module; a file which automatically 2-3 IfU 00 (decimal 0), switch firstfirst 16K bank of extra 64K into boots a BASIC program; or a file a $4000-$7FFF$4OOO-S7FFF which boots both the RS-232 han­ han IfU 01 (decimal 4), switch second 16K bank of extra 16K 64K intointo dler and a BASIC program.
    [Show full text]
  • HISTORY of OPERATING SYSTEMS Timeline of The
    HISTORY OF OPERATING SYSTEMS Timeline of the events in the history of computer operating system:- Ubuntu Releases after 2000 2004-10 Ubuntu 4.10 (first released version) 2005-04 Ubuntu 5.04 2005-10 Ubuntu 5.10 2006-06 Ubuntu 6.06 (LTs) 2006-10 Ubuntu 6.10 2007-04 Ubuntu 7.04 2007-10 Ubuntu 7.10 2008-04 Ubuntu 8.04 2008-10 Ubuntu 8.10 2009-04 Ubuntu 9.04 2009-10 Ubuntu 9.10 2010-04 Ubuntu 10.04 MICROSOFT WINDOWS AFTER 2000:- 2000-02 Windows 2000 (first of the Windows server operating systems to drop the ©NT© marketing) 2000-09 Windows Me (last of the Windows 9x line of operating systems to be produced and sold) 2001-10 Windows XP (succeeded Windows Me and Windows 2000, successfully merging the ©professional© NT line of desktop operating systems with the ©home© 9x line of operating systems) 2002 Windows XP 64-bit Edition 2002-09 Windows XP Service Pack 1 2003-03 Windows XP 64-bit Edition, Version 2003 2003-04 Windows Server 2003 2004-08 Windows XP Service Pack 2 2005-03 Windows Server 2003 Service Pack 1, Windows XP Professional x64 Edition 2006-03 Windows Server 2003 R2 2006-11 Windows Vista 2007-03 Windows Server 2003 Service Pack 2 2007-11 Windows Home Server 2008-02 Windows Vista Service Pack 1, Windows Server 2008 2008-04 Windows XP Service Pack 3 2009-05 Windows Vista Service Pack 2 2009-10 Windows 7(22 occtober 2009), Windows Server 2008 R2 EVENT IN HISTORY OF OS SINCE 1954:- 1950s 1954 MIT©s operating system made for UNIVAC 1103 1955 General Motors Operating System made for IBM 701 1956 GM-NAA I/O for IBM 704, based on General Motors
    [Show full text]
  • Master Memory Map for the Atari
    MASTER MEMORY MAP FOR THE ATARI CRAIG PATCHETT and ROBIN SHERER A Reston Computer Group Book Reston Publishing Company Inc. A Prentice-Hall Company Reston, Virginia i Library of Congress Cataloging in Publication Data Patchett, Craig. Master memory map for the Atari. “A Reston Computer Group Book.” l. Atari computer-Programming. 2. Memory maps (Computer science) l. Sherer, Robin. 11. Title. QA76.8.A821,38 1984 001.6412 84-476 ISBN 0-8359-4242-2 Copyright 1984 by Educational Software, inc. Atari is a registered trademark of Atari, Inc. Master Memory Map, Prototype, Professor von Chip, and Nerdwell are trademarks of Educational Software, inc. Edited by Graham Patchett and Sylvia I. Smith Illustrated by Frank Hill All rights reserved. No part of this book may be reproduced, in any way or by any means, without permission in writing from the publisher. 10 9 8 7 6 5 4 3 2 1 Printed in the United States of America ii Contents Preface v Glossary viii What is a Memory Location? 1 Bits and Bytes 2 How to PEEK 4 How to POKE 5 ROM and RAM 5 Computer Mathematics 6 Hexadecimal Numbers 9 Decimal to Hex 10 Hex to Decimal 11 How to Read the Memory Map 12 Page Zero 14 The Floating Point Package 60 Page One 64 Pages Two through Four 65 Input/Output Control Blocks (IOCBs) 138 Page Six 147 Page Seven, Eight, Nine 148 Special Chips and ROM 157 POKEY & Sound 175 Timers 176 The Operating System 204 Floating Point Package 205 The Character Set 210 Vectors and Vector Tables 211 CIO Routines 217 Interrupt Handler Routines 219 System VBLANK Routines 219 SIO Routines
    [Show full text]
  • Congresso·Nacional
    ' r: ') r ).: "/. ). c' r.. t \.~.•,. BRASIL., I DIÁRIO'· DO -CONGRESSO·. ..., NACIONAL SEÇ,AO I p=-.. ANO XU - R,· 51 CAPITAL FEDERAL QUARTA-FEIRA, 3 DE ABRIL DE 1957 CONGRESSO NACIONAL nômíco para assegurar a livre distribuição de. produtos necCJlollirios ICJ Presidência consumo' do povo. 7." - Dia 25' de Abril: Convocaç50 de sessêes conjuntas )lara apreciação Veto (total) ao Projeto de Lei cn.· 1.420, de 1956, na Câmara e nú­ , de vetos .prestdencíaís- mero 393. de 1956, no Senado) que concede pensão mensal às viúvas.clIJs fundadores da Unlvel'sidade do Paraná e dá outras providências. u Prll8idente do Senado Fedel'al, de contormídade com. o dlspõsto no 8." - Dia' 30 de Abril: art. 70 § 3.", da Constituiçio Federal e no art. 49 do Regimento Comum. Veto (parcial) ao Projeto de Lei m.> 867, de 1955. na cámara, e nu­ convoca as. duas Casas do Congresso Nacional para, em sessõea conjuntas mero 188.. de 1956, no Senado Federal) que cria 'o Quadro Especial (Uni­ que se realizarão. LOS dias 2 - 4 - 9 - ~1- 23 - ~5e 30 de Abril e versidade do Rio Grande do Sul) do Ministério da Educação e Cultur" 2 de Maio' do •corrente ano, às 21 horas, no Palácio ctn Câmara ·dos e dá. outras provldêncías. Deputados, conhecerem dos vetos Pl'e.sidenchilsaba~o mencionados: . 9." - Dia 2 de Maio: 3.· - DIa 4 de .Abrlt: Veto (parcial) ao Projeto de Lei n. o 595, de 1955. na Câmara e 'n.• 11. Veto <parcial) ao. Projeta de Lei (n.·_1..5'72, de 1956,. na Câmara e de 1956, no Senado)' que acrescenta dois itens ao art.
    [Show full text]