Vasm Assembler System

Total Page:16

File Type:pdf, Size:1020Kb

Vasm Assembler System vasm assembler system Volker Barthelmann, Frank Wille June 2021 i Table of Contents 1 General :::::::::::::::::::::::::::::::::::::::::: 1 1.1 Introduction ::::::::::::::::::::::::::::::::::::::::::::::::::: 1 1.2 Legal :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 1 1.3 Installation :::::::::::::::::::::::::::::::::::::::::::::::::::: 1 2 The Assembler :::::::::::::::::::::::::::::::::: 3 2.1 General Assembler Options ::::::::::::::::::::::::::::::::::::: 3 2.2 Expressions :::::::::::::::::::::::::::::::::::::::::::::::::::: 5 2.3 Symbols ::::::::::::::::::::::::::::::::::::::::::::::::::::::: 7 2.4 Predefined Symbols :::::::::::::::::::::::::::::::::::::::::::: 7 2.5 Include Files ::::::::::::::::::::::::::::::::::::::::::::::::::: 8 2.6 Macros::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 8 2.7 Structures:::::::::::::::::::::::::::::::::::::::::::::::::::::: 8 2.8 Conditional Assembly :::::::::::::::::::::::::::::::::::::::::: 8 2.9 Known Problems ::::::::::::::::::::::::::::::::::::::::::::::: 9 2.10 Credits ::::::::::::::::::::::::::::::::::::::::::::::::::::::: 9 2.11 Error Messages :::::::::::::::::::::::::::::::::::::::::::::: 10 3 Standard Syntax Module ::::::::::::::::::::: 13 3.1 Legal ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 13 3.2 Additional options for this module :::::::::::::::::::::::::::: 13 3.3 General Syntax ::::::::::::::::::::::::::::::::::::::::::::::: 13 3.4 Directives ::::::::::::::::::::::::::::::::::::::::::::::::::::: 14 3.5 Known Problems:::::::::::::::::::::::::::::::::::::::::::::: 21 3.6 Error Messages:::::::::::::::::::::::::::::::::::::::::::::::: 21 4 Mot Syntax Module ::::::::::::::::::::::::::: 23 4.1 Legal ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 23 4.2 Additional options for this module :::::::::::::::::::::::::::: 23 4.3 General Syntax ::::::::::::::::::::::::::::::::::::::::::::::: 24 4.4 Directives ::::::::::::::::::::::::::::::::::::::::::::::::::::: 24 4.5 Known Problems:::::::::::::::::::::::::::::::::::::::::::::: 35 4.6 Error Messages:::::::::::::::::::::::::::::::::::::::::::::::: 35 5 Madmac Syntax Module :::::::::::::::::::::: 37 5.1 Legal ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 37 5.2 General Syntax ::::::::::::::::::::::::::::::::::::::::::::::: 37 5.3 Directives ::::::::::::::::::::::::::::::::::::::::::::::::::::: 37 5.4 Known Problems:::::::::::::::::::::::::::::::::::::::::::::: 41 5.5 Error Messages:::::::::::::::::::::::::::::::::::::::::::::::: 41 ii vasm manual 6 Oldstyle Syntax Module :::::::::::::::::::::: 43 6.1 Legal ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 43 6.2 Additional options for this module :::::::::::::::::::::::::::: 43 6.3 General Syntax ::::::::::::::::::::::::::::::::::::::::::::::: 43 6.4 Directives ::::::::::::::::::::::::::::::::::::::::::::::::::::: 44 6.5 Structures :::::::::::::::::::::::::::::::::::::::::::::::::::: 51 6.6 Known Problems:::::::::::::::::::::::::::::::::::::::::::::: 52 6.7 Error Messages:::::::::::::::::::::::::::::::::::::::::::::::: 52 7 Test output module ::::::::::::::::::::::::::: 55 7.1 Legal ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 55 7.2 Additional options for this module :::::::::::::::::::::::::::: 55 7.3 General ::::::::::::::::::::::::::::::::::::::::::::::::::::::: 55 7.4 Restrictions ::::::::::::::::::::::::::::::::::::::::::::::::::: 55 7.5 Known Problems:::::::::::::::::::::::::::::::::::::::::::::: 55 7.6 Error Messages:::::::::::::::::::::::::::::::::::::::::::::::: 55 8 ELF output module ::::::::::::::::::::::::::: 57 8.1 Legal ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 57 8.2 Additional options for this module :::::::::::::::::::::::::::: 57 8.3 General ::::::::::::::::::::::::::::::::::::::::::::::::::::::: 57 8.4 Restrictions ::::::::::::::::::::::::::::::::::::::::::::::::::: 57 8.5 Known Problems:::::::::::::::::::::::::::::::::::::::::::::: 57 8.6 Error Messages:::::::::::::::::::::::::::::::::::::::::::::::: 57 9 a.out output module :::::::::::::::::::::::::: 59 9.1 Legal ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 59 9.2 Additional options for this module :::::::::::::::::::::::::::: 59 9.3 General ::::::::::::::::::::::::::::::::::::::::::::::::::::::: 59 9.4 Restrictions ::::::::::::::::::::::::::::::::::::::::::::::::::: 59 9.5 Known Problems:::::::::::::::::::::::::::::::::::::::::::::: 59 9.6 Error Messages:::::::::::::::::::::::::::::::::::::::::::::::: 59 10 TOS output module:::::::::::::::::::::::::: 61 10.1 Legal :::::::::::::::::::::::::::::::::::::::::::::::::::::::: 61 10.2 Additional options for this module ::::::::::::::::::::::::::: 61 10.3 General :::::::::::::::::::::::::::::::::::::::::::::::::::::: 61 10.4 Restrictions :::::::::::::::::::::::::::::::::::::::::::::::::: 61 10.5 Known Problems::::::::::::::::::::::::::::::::::::::::::::: 61 10.6 Error Messages :::::::::::::::::::::::::::::::::::::::::::::: 61 iii 11 Amiga output module ::::::::::::::::::::::: 63 11.1 Legal :::::::::::::::::::::::::::::::::::::::::::::::::::::::: 63 11.2 Additional options for this module ::::::::::::::::::::::::::: 63 11.3 General :::::::::::::::::::::::::::::::::::::::::::::::::::::: 63 11.4 Restrictions :::::::::::::::::::::::::::::::::::::::::::::::::: 64 11.5 Known Problems::::::::::::::::::::::::::::::::::::::::::::: 64 11.6 Error Messages :::::::::::::::::::::::::::::::::::::::::::::: 64 12 X68k output module ::::::::::::::::::::::::: 65 12.1 Legal :::::::::::::::::::::::::::::::::::::::::::::::::::::::: 65 12.2 Additional options for this module ::::::::::::::::::::::::::: 65 12.3 General :::::::::::::::::::::::::::::::::::::::::::::::::::::: 65 12.4 Restrictions :::::::::::::::::::::::::::::::::::::::::::::::::: 65 12.5 Known Problems::::::::::::::::::::::::::::::::::::::::::::: 65 12.6 Error Messages :::::::::::::::::::::::::::::::::::::::::::::: 65 13 O65 output module :::::::::::::::::::::::::: 67 13.1 Legal :::::::::::::::::::::::::::::::::::::::::::::::::::::::: 67 13.2 Additional options for this module ::::::::::::::::::::::::::: 67 13.3 General :::::::::::::::::::::::::::::::::::::::::::::::::::::: 68 13.4 Restrictions :::::::::::::::::::::::::::::::::::::::::::::::::: 68 13.5 Known Problems::::::::::::::::::::::::::::::::::::::::::::: 68 13.6 Error Messages :::::::::::::::::::::::::::::::::::::::::::::: 68 14 vobj output module :::::::::::::::::::::::::: 69 14.1 Legal :::::::::::::::::::::::::::::::::::::::::::::::::::::::: 69 14.2 Additional options for this module ::::::::::::::::::::::::::: 69 14.3 General :::::::::::::::::::::::::::::::::::::::::::::::::::::: 69 14.4 Restrictions :::::::::::::::::::::::::::::::::::::::::::::::::: 69 14.5 Known Problems::::::::::::::::::::::::::::::::::::::::::::: 69 14.6 Error Messages :::::::::::::::::::::::::::::::::::::::::::::: 69 15 Simple binary output module ::::::::::::::: 71 15.1 Legal :::::::::::::::::::::::::::::::::::::::::::::::::::::::: 71 15.2 Additional options for this module ::::::::::::::::::::::::::: 71 15.3 General :::::::::::::::::::::::::::::::::::::::::::::::::::::: 72 15.4 Known Problems::::::::::::::::::::::::::::::::::::::::::::: 72 15.5 Error Messages :::::::::::::::::::::::::::::::::::::::::::::: 72 16 Motorola srecord output module ::::::::::: 73 16.1 Legal :::::::::::::::::::::::::::::::::::::::::::::::::::::::: 73 16.2 Additional options for this module ::::::::::::::::::::::::::: 73 16.3 General :::::::::::::::::::::::::::::::::::::::::::::::::::::: 73 16.4 Known Problems::::::::::::::::::::::::::::::::::::::::::::: 73 16.5 Error Messages :::::::::::::::::::::::::::::::::::::::::::::: 73 iv vasm manual 17 Intel hex output module::::::::::::::::::::: 75 17.1 Legal :::::::::::::::::::::::::::::::::::::::::::::::::::::::: 75 17.2 Additional options for this module ::::::::::::::::::::::::::: 75 17.3 General :::::::::::::::::::::::::::::::::::::::::::::::::::::: 75 17.4 Known Problems::::::::::::::::::::::::::::::::::::::::::::: 75 17.5 Error Messages :::::::::::::::::::::::::::::::::::::::::::::: 75 18 C #define output module ::::::::::::::::::: 77 18.1 Legal :::::::::::::::::::::::::::::::::::::::::::::::::::::::: 77 18.2 Additional options for this module ::::::::::::::::::::::::::: 77 18.3 General :::::::::::::::::::::::::::::::::::::::::::::::::::::: 77 18.4 Known Problems::::::::::::::::::::::::::::::::::::::::::::: 77 18.5 Error Messages :::::::::::::::::::::::::::::::::::::::::::::: 77 19 m68k cpu module :::::::::::::::::::::::::::: 79 19.1 Legal :::::::::::::::::::::::::::::::::::::::::::::::::::::::: 79 19.2 Additional options for this module ::::::::::::::::::::::::::: 79 19.2.1 CPU selections :::::::::::::::::::::::::::::::::::::::::: 79 19.2.2 Optimization options:::::::::::::::::::::::::::::::::::: 80 19.2.3 Other options ::::::::::::::::::::::::::::::::::::::::::: 82 19.3 General :::::::::::::::::::::::::::::::::::::::::::::::::::::: 83 19.4 Internal symbols ::::::::::::::::::::::::::::::::::::::::::::: 83 19.5 Extensions ::::::::::::::::::::::::::::::::::::::::::::::::::: 84 19.6 Optimizations:::::::::::::::::::::::::::::::::::::::::::::::: 89 19.7 Known Problems::::::::::::::::::::::::::::::::::::::::::::: 93 19.8 Error Messages :::::::::::::::::::::::::::::::::::::::::::::: 93 20 PowerPC cpu module :::::::::::::::::::::::: 97 20.1 Legal :::::::::::::::::::::::::::::::::::::::::::::::::::::::: 97 20.2 Additional options for this module ::::::::::::::::::::::::::: 97 20.3 General :::::::::::::::::::::::::::::::::::::::::::::::::::::: 98 20.4 Extensions :::::::::::::::::::::::::::::::::::::::::::::::::::
Recommended publications
  • DKB Kwikstart II Installation and User's Guide
    KwikStart II™ Kickstart Rom Expansion Board for the Amiga® 1000 Installation and User's Guide by DKB Software COPYRIGHT This manual is the Copyright © of DKB Software, Inc. All Rights Reserved. This document may not, in whole or in part, be copied, photocopied, reproduced, translated,or reduced to any electron­ ic medium or machine readable form, without prior consent, in writing, of DKB Software, Inc. MegAChip 2000, MultiStart II, BattDisk, SecureKey, KwikStart, KwikStart II, Insider, and Insider II are trademarks of DKB Software. Amiga is a registered trademark of Commodore-Amiga, Inc. AmigaDos, Kickstart, and Workbench are trademarks of Commodore-Amiga, Inc. Table of Contents 1. Introduction 1 2. Configuring the KwikStart II TM 2 Selecting the power up mode 2 3. Installation 3 Disassembling your Amiga • 3 Removing the PAL 4 Removing the disk drive 5 Removing the 68000 6 Installing the K wikStart II TM 6 Testing your system 8 Reassembling your Amiga• 9 4. Operation of the KwikStart II TM 10 5. Troubleshooting 11 PN: 00300801-01 1. Introduction. Congratulations on the purchase of your new KwikStart II™ ROM board for the Amiga® 1000 by DKB Software.The KwikStartII™ ROM board will pr ovide you with many benefits. KwikStart II™ is an add on board that puts thelatest Amiga® KickStart™ permanentlyin ROM (ReadOnly Memory) like in the A500,A2000 and A3000. This latest version of the KwikStart II™ provides you with the ability to install Kickstart™V2.0 as well as Vl.3 or Vl.2 in your Amiga® 1000. This is the easiest way for A 1000 owners to upgrade to 2.0.
    [Show full text]
  • Local, Compressed
    General Processor Information Copyright 1994-2000 Tom Burd Last Modified: May 2, 2000 (DISCLAIMER: SPEC performance numbers are the highest rated for a given processor version. Actual performance depends on the computer configuration, and may be less, even significantly less than, the numbers given here. Also note that non-italicized numbers may be company esti- mates of perforamnce when actual numbers are not available) SPEC-92 Pipe Cache (i/d) Tec Power (W) Date Bits Clock Units / Vdd M Size Xsistor Processor Source Stages h e (ship) (i/d) (MHz) Issue (V) (mm2) (106) int fp int/ldst/fp kB Assoc (um) t peak typ 5 - - 8086 [vi] 78 v/16 8 - - 1/1 1/1/na - - 5.0 3.0 0.029 10 - - 5 - - 8088 [vi] 79 v/16 1/1 1/1/na - - 5.0 3.0 0.029 8 - - 80186 [vi] 82 v/16 - - 1/1 1/1/na - - 5.0 1.5 6 - - 80286 [vi] 82 v/16 10 - - 1/1 1/1/na - - 5.0 1.5 0.134 12 - - Intel 85 16 x86 1.5 87 20 i386DX [vi] v/32 1/1 - - 5.0 0.275 88 25 6.5 1.9 89 33 8.4 3.0 1.0 2 [vi,41] 88 16 2.4 0.9 1.5 89 20 3.5 1.3 2 i386SX v/32 1/1 4/na/na - - 5.0 0.275 [vi] 89 25 4.6 1.9 1.0 92 33 6.2 3.3 ~2 43 90 20 3.5 1.3 i386SL [vi] v/32 1/1 4/na/na - - 5.0 1.0 2 0.855 91 25 4.6 1.9 SPEC-92 Pipe Cache (i/d) Tec Power (W) Date Bits Clock Units / Vdd M Size Xsistor Processor Source Stages h e (ship) (i/d) (MHz) Issue (V) (mm2) (106) int fp int/ldst/fp kB Assoc (um) t peak typ [vi] 89 25 14.2 6.7 1.0 2 i486DX [vi,45] 90 v/32 33 18.6 8.5 2/1 5/na/5? 8 u.
    [Show full text]
  • RTEMS CPU Supplement Documentation Release 4.11.3 ©Copyright 2016, RTEMS Project (Built 15Th February 2018)
    RTEMS CPU Supplement Documentation Release 4.11.3 ©Copyright 2016, RTEMS Project (built 15th February 2018) CONTENTS I RTEMS CPU Architecture Supplement1 1 Preface 5 2 Port Specific Information7 2.1 CPU Model Dependent Features...........................8 2.1.1 CPU Model Name...............................8 2.1.2 Floating Point Unit..............................8 2.2 Multilibs........................................9 2.3 Calling Conventions.................................. 10 2.3.1 Calling Mechanism.............................. 10 2.3.2 Register Usage................................. 10 2.3.3 Parameter Passing............................... 10 2.3.4 User-Provided Routines............................ 10 2.4 Memory Model..................................... 11 2.4.1 Flat Memory Model.............................. 11 2.5 Interrupt Processing.................................. 12 2.5.1 Vectoring of an Interrupt Handler...................... 12 2.5.2 Interrupt Levels................................ 12 2.5.3 Disabling of Interrupts by RTEMS...................... 12 2.6 Default Fatal Error Processing............................. 14 2.7 Symmetric Multiprocessing.............................. 15 2.8 Thread-Local Storage................................. 16 2.9 CPU counter...................................... 17 2.10 Interrupt Profiling................................... 18 2.11 Board Support Packages................................ 19 2.11.1 System Reset................................. 19 3 ARM Specific Information 21 3.1 CPU Model Dependent Features..........................
    [Show full text]
  • Amigaos 3.2 FAQ 47.1 (09.04.2021) English
    $VER: AmigaOS 3.2 FAQ 47.1 (09.04.2021) English Please note: This file contains a list of frequently asked questions along with answers, sorted by topics. Before trying to contact support, please read through this FAQ to determine whether or not it answers your question(s). Whilst this FAQ is focused on AmigaOS 3.2, it contains information regarding previous AmigaOS versions. Index of topics covered in this FAQ: 1. Installation 1.1 * What are the minimum hardware requirements for AmigaOS 3.2? 1.2 * Why won't AmigaOS 3.2 boot with 512 KB of RAM? 1.3 * Ok, I get it; 512 KB is not enough anymore, but can I get my way with less than 2 MB of RAM? 1.4 * How can I verify whether I correctly installed AmigaOS 3.2? 1.5 * Do you have any tips that can help me with 3.2 using my current hardware and software combination? 1.6 * The Help subsystem fails, it seems it is not available anymore. What happened? 1.7 * What are GlowIcons? Should I choose to install them? 1.8 * How can I verify the integrity of my AmigaOS 3.2 CD-ROM? 1.9 * My Greek/Russian/Polish/Turkish fonts are not being properly displayed. How can I fix this? 1.10 * When I boot from my AmigaOS 3.2 CD-ROM, I am being welcomed to the "AmigaOS Preinstallation Environment". What does this mean? 1.11 * What is the optimal ADF images/floppy disk ordering for a full AmigaOS 3.2 installation? 1.12 * LoadModule fails for some unknown reason when trying to update my ROM modules.
    [Show full text]
  • Chapter 1. Origins of Mac OS X
    1 Chapter 1. Origins of Mac OS X "Most ideas come from previous ideas." Alan Curtis Kay The Mac OS X operating system represents a rather successful coming together of paradigms, ideologies, and technologies that have often resisted each other in the past. A good example is the cordial relationship that exists between the command-line and graphical interfaces in Mac OS X. The system is a result of the trials and tribulations of Apple and NeXT, as well as their user and developer communities. Mac OS X exemplifies how a capable system can result from the direct or indirect efforts of corporations, academic and research communities, the Open Source and Free Software movements, and, of course, individuals. Apple has been around since 1976, and many accounts of its history have been told. If the story of Apple as a company is fascinating, so is the technical history of Apple's operating systems. In this chapter,[1] we will trace the history of Mac OS X, discussing several technologies whose confluence eventually led to the modern-day Apple operating system. [1] This book's accompanying web site (www.osxbook.com) provides a more detailed technical history of all of Apple's operating systems. 1 2 2 1 1.1. Apple's Quest for the[2] Operating System [2] Whereas the word "the" is used here to designate prominence and desirability, it is an interesting coincidence that "THE" was the name of a multiprogramming system described by Edsger W. Dijkstra in a 1968 paper. It was March 1988. The Macintosh had been around for four years.
    [Show full text]
  • Ti® Macintosh® SE/30
    n 11acll1tosh®SE/30 Owner's Guide - ti®Macintosh ®SE /30 Owner's Guide - - - - - - ti APPLE COMPUTER, INC. This manual and lhe software described in it are copyrighted, with all rights reserved. Under the copyright laws, lhis manual or the software may not be copied, in whole or part, without written consent of Apple, except in lhe normal use of the software or to make a backup copy of the software. The same proprietary and copyright notices must be affLxed to any permitted copies as were affiXed to the original. This exception does not allow copies to be made for others, whether or not sold, but all of the material purchased (with all backup copies) may be sold, given, or loaned to another person. Under the law, copying includes translating into another language or format. You may use the software on any computer owned by you, but extra copies cannot be made for this purpose. © Apple Computer, Inc., 1988 Linotronic is a registered trademark of 20525 Mariani Avenue Linotype Co. Cupertino, CA 95014 (408) 996-1010 Microsoft and MS-DOS are registered trademarks of Microsoft Corporation. Apple, the Apple logo, AppleCare, NuBus is a trademark of Texas Applelink, AppleTalk. A/UX, Instruments. HyperCard , Im:~geW rit e r , LaserWriter, MacApp, Macintosh, OS/2 is a trademark of International and SANE arc registered trademarks Business Machines Corporation. of Apple Computer, Inc. POSTSCRI PT is a registered trademark, APDA, AppleCD SC, Apple Desktop and Illustrator is a trademark, of Bus, AppleFax, EtherTalk, FDHD, Adobe Systems Incorporated. Finder, LocalTalk, and MPW are UNIX is a registered trademark of trademarks of Apple Computer, Inc.
    [Show full text]
  • Dualbooting Amigaos 4 and Amigaos 3.5/3.9
    Dualbooting AmigaOS 4 and AmigaOS 3.5/3.9 By Christoph Gutjahr. Licensed under the GNU Free Documentation License This tutorial explains how to turn a classic Amiga into a dualboot system that lets you choose the desired operating system - AmigaOS 4 or AmigaOS 3.5/3.9 - at every cold start. A "cold start" happens when... 1. the computer has just been switched on 2. you press the key combination Control-Amiga-Amiga for more than ten seconds while running AmigaOS 3 3. you press Control-Alt-Alt (instead of Control-Amiga-Amiga) under AmigaOS 4 During a "warm reboot" (e.g. by shortly pressing Control-Amiga-Amiga), the operating system that is currently used will be booted again. Requirements This tutorial is only useful for people using AmigaOS 3.5 or 3.9 in addition to AmigaOS 4. If you're using an older version of OS 3, you can not use the scripts described below. The Amiga in question should have two boot partitions - one for AmigaOS 4 and one for AmigaOS 3.5/3.9, both should be below the famous 4 GB barrier. The OS 4 partition must have a higher boot priority. Two different solutions There are two different approaches for dualbooting: the first one described below will display a simple 'boot menu' at every cold boot, asking the user to select the OS he wants to boot. The other solution explained afterwards will always boot into AmigaOS 4, unless the user enters the "Early Startup Menu" and selects the OS 3 partition as the boot drive.
    [Show full text]
  • NMOS 6510 Unintended Opcodes No More Secrets (V0.95 - 24/12/20)
    NMOS 6510 Unintended Opcodes no more secrets (v0.95 - 24/12/20) (w) 2013-2020 groepaz/solution, all rights reversed Contents Preface...................................................................................................................................................I Scope of this Document....................................................................................................................I Intended Audience............................................................................................................................I License..............................................................................................................................................I What you get...................................................................................................................................II Naming Conventions.....................................................................................................................III Address-Mode Abbreviations...................................................................................................III Mnemonics................................................................................................................................III Processor Flags.........................................................................................................................IV Opcode Matrix......................................................................................................................................1 Unintended
    [Show full text]
  • Microprocessor Training
    Microprocessors and Microcontrollers © 1999 Altera Corporation 1 Altera Confidential Agenda New Products - MicroController products (1 hour) n Microprocessor Systems n The Embedded Microprocessor Market n Altera Solutions n System Design Considerations n Uncovering Sales Opportunities © 2000 Altera Corporation 2 Altera Confidential Embedding microprocessors inside programmable logic opens the door to a multi-billion dollar market. Altera has solutions for this market today. © 2000 Altera Corporation 3 Altera Confidential Microprocessor Systems © 1999 Altera Corporation 4 Altera Confidential Processor Terminology n Microprocessor: The implementation of a computer’s central processor unit functions on a single LSI device. n Microcontroller: A self-contained system with a microprocessor, memory and peripherals on a single chip. “Just add software.” © 2000 Altera Corporation 5 Altera Confidential Examples Microprocessor: Motorola PowerPC 600 Microcontroller: Motorola 68HC16 © 2000 Altera Corporation 6 Altera Confidential Two Types of Processors Computational Embedded n Programmable by the end-user to n Performs a fixed set of functions that accomplish a wide range of define the product. User may applications configure but not reprogram. n Runs an operating system n May or may not use an operating system n Program exists on mass storage n Program usually exists in ROM or or network Flash n Tend to be: n Tend to be: – Microprocessors – Microcontrollers – More expensive (ASP $193) – Less expensive (ASP $12) n Examples n Examples – Work Station
    [Show full text]
  • Amiga NG Nr 0
    Amiga.org.pl komputer Amiga współcześnie Spis treści AMIGA legenda informatyki 2 Retro 4 Emulacja 6 Współczesna Amiga nowej generacji 11 MorphOS 17 AROS 24 Amiga dzisiaj Zainteresowanie komputerem Amiga jest nieprzemijające. Niezależnie od tych, którzy mają Amigę “od zawsze”, biegnie współcześnie jej nieprzerwany rozwój, i to wielotorowo. Oprócz tego możemy cieszyć się różnymi hobbystycznymi rozwinięciami, pozwalającymi w sposób bardziej wygodny korzystać z rozrywki w formie retro. Amiga dzisiaj to “amigowanie”, wielka różnorodność i wiele smaków 1 Amiga retro AMIGA legenda informatyki AMIGA - pierwszy na świecie komputer multimedialny. Premiera w 1985 r. Wcześniej były inne innowacyjne konstrukcje (np. firmy Xerox czy Lisa firmy Apple) ale to Amiga wnosiła fenomenalną na ówczesne czasy grafikę, animację i dźwięk. Architektura komputera to specjalizowane układy odciążające procesor. artyści Andy Warhole i Debby Harry przy pierwszej Amidze Rewelacją był też wielozadaniowy system operacyjny. Prasa branżowa potraktowała wtedy Amigę jako zabawkę, nie wiadomo było co z tym robić. Ten pierwszy model nazywał się po prostu Amiga, potem nazywano go Amiga 1000. Projekt wraz z zespołem który go stworzył, z genialnym Jayem Minerem na czele, trafił pod skrzydła CBM (Commodore Business Machines), giganta w tamtym okresie jeśli chodzi o produkcję komputerów na świecie. Kolejne modele pojawiły się 2 lata później – dopiero one odniosły sukces. Amiga 2000 i Amiga 500, oparte na podobnych podzespołach, okienkowy graficzny interfejs – Workbench jednocześnie rozdzieliły pierwotną koncepcję na dwie linie komputerów – “duże” i “małe” Amigi. 2 Amiga retro “Duże” Amigi przypominały PC, były to desktopy, umożliwiające rozbudowę za pomocą kart rozszerzeń. Za sprawą rozszerzenia Video Toaster stały się na jakiś czas standardem w edycji wideo.
    [Show full text]
  • Malware Detection Advances in Information Security
    Malware Detection Advances in Information Security Sushil Jajodia Consulting Editor Center for Secure Information Systems George Mason University Fairfax, VA 22030-4444 email: ja jodia @ smu.edu The goals of the Springer International Series on ADVANCES IN INFORMATION SECURITY are, one, to establish the state of the art of, and set the course for future research in information security and, two, to serve as a central reference source for advanced and timely topics in information security research and development. The scope of this series includes all aspects of computer and network security and related areas such as fault tolerance and software assurance. ADVANCES IN INFORMATION SECURITY aims to publish thorough and cohesive overviews of specific topics in information security, as well as works that are larger in scope or that contain more detailed background information than can be accommodated in shorter survey articles. The series also serves as a forum for topics that may not have reached a level of maturity to warrant a comprehensive textbook treatment. Researchers, as well as developers, are encouraged to contact Professor Sushil Jajodia with ideas for books under this series. Additional titles in the series: ELECTRONIC POSTAGE SYSTEMS: Technology, Security, Economics by Gerrit Bleumer; ISBN: 978-0-387-29313-2 MULTIVARIATE PUBLIC KEY CRYPTOSYSTEMS by Jintai Ding, Jason E. Gower and Dieter Schmidt; ISBN-13: 978-0-378-32229-2 UNDERSTANDING INTRUSION DETECTION THROUGH VISUALIZATION by Stefan Axelsson; ISBN-10: 0-387-27634-3 QUALITY OF PROTECTION: Security Measurements and Metrics by Dieter Gollmann, Fabio Massacci and Artsiom Yautsiukhin; ISBN-10; 0-387-29016-8 COMPUTER VIRUSES AND MALWARE by John Aycock; ISBN-10: 0-387-30236-0 HOP INTEGRITY IN THE INTERNET by Chin-Tser Huang and Mohamed G.
    [Show full text]
  • R:BASE Plugin Power Pack X.5 Help
    R:BASE Plugin Power Pack X.5 Help Manual R:BASE Plugin Power Pack X.5 Manual by R:BASE Technologies, Inc. Welcome to the R:BASE Plugin Power Pack X.5! The R:BASE Plugin Power Pack is a collection of exclusive and enhanced R:BASE Plugins to increase the functionality of your R:BASE applications. An R:BASE Plugin is a file containing data used to alter, enhance, or extend the operation of R:BASE. Contents 3 Table of Contents Part I Introduction 5 1 Introdu.c.i.n..g.. .R...:.B..A..S..E.. .P...l.u..g..i.n.. .P..o..w...e..r. .P..a..c..k.. .X....5.. ......................................................................... 6 2 Copyrig..h..t.s. ............................................................................................................................. 6 3 License.. ................................................................................................................................. 7 4 Compl.i.m...e..n..t.a..r..y. .T..e..c..h..n..i.c..a..l. .S..u..p..p..o..r.t. ...................................................................................... 11 Part II Installation 12 1 System... .R..e..q..u..i.r.e..m...e..n..t.s.. ......................................................................................................... 13 2 Things.. .Y..o..u.. .W...i.l.l. .N..e..e..d.. .......................................................................................................... 13 3 Softwa..r.e.. .I.n..s..t.a..l.l.a..t.i.o..n.. ..........................................................................................................
    [Show full text]