Asxxxx Documentation As a Single PDF File

Asxxxx Documentation As a Single PDF File

ASxxxx Assemblers and ASLINK Relocating Linker Version 5.40 March 2021 Table Of Contents CHAPTER 1 THE ASSEMBLER 1-1 1.1 THE ASXXXX ASSEMBLERS 1-1 1.1.1 Assembly Pass 1 1-2 1.1.2 Assembly Pass 2 1-2 1.1.3 Assembly Pass 3 1-3 1.2 SOURCE PROGRAM FORMAT 1-3 1.2.1 Statement Format 1-3 1.2.1.1 Label Field 1-4 1.2.1.2 Operator Field 1-6 1.2.1.3 Operand Field 1-6 1.2.1.4 Comment Field 1-7 1.3 SYMBOLS AND EXPRESSIONS 1-7 1.3.1 Character Set 1-7 1.3.2 User-Defined Symbols 1-11 1.3.3 Reusable Symbols 1-12 1.3.4 Current Location Counter 1-13 1.3.5 Numbers 1-15 1.3.6 Terms 1-15 1.3.7 Expressions 1-16 1.4 GENERAL ASSEMBLER DIRECTIVES 1-17 1.4.1 .module Directive 1-18 1.4.2 .title Directive 1-18 1.4.3 .sbttl Directive 1-18 1.4.4 .list and .nlist Directives 1-19 1.4.5 .page Directive 1-20 1.4.6 .msg Directive 1-21 1.4.7 .error Directive 1-22 1.4.8 .byte, .db, and .fcb Directives 1-22 1.4.9 .word, .dw, and .fdb Directives 1-23 1.4.10 .3byte and .triple Directives 1-23 1.4.11 .4byte and .quad Directive 1-24 1.4.12 .blkb, .ds, .rmb, and .rs Directives 1-24 1.4.13 .blkw, .blk3, and .blk4 Directives 1-24 1.4.14 .ascii, .str, and .fcc Directives 1-25 1.4.15 .ascis and .strs Directives 1-25 1.4.16 .asciz and .strz Directives 1-26 1.4.17 .assume Directive 1-27 1.4.18 .radix Directive 1-27 1.4.19 .even Directive 1-28 1.4.20 .odd Directive 1-28 1.4.21 .bndry Directive 1-28 1.4.22 .area Directive 1-30 1.4.23 .bank Directive 1-32 1.4.24 .org Directive 1-33 1.4.25 .globl Directive 1-34 1.4.26 .local Directive 1-35 1.4.27 .equ, .gblequ, and .lclequ Directives 1-36 1.4.28 .if, .else, and .endif Directives 1-36 1.4.29 .iff, .ift, and .iftf Directives 1-37 1.4.30 .ifxx Directives 1-38 Page ii 1.4.31 .ifdef Directive 1-39 1.4.32 .ifndef Directive 1-41 1.4.33 .ifb Directive 1-42 1.4.34 .ifnb Directive 1-43 1.4.35 .ifidn Directive 1-44 1.4.36 .ifdif Directive 1-45 1.4.37 Alternate .if Directive Forms 1-46 1.4.38 Immediate Conditional Assembly Directives 1-47 1.4.39 .incbin Directive 1-48 1.4.40 .include Directive 1-49 1.4.40.1 Including Files In Windows/DOS 1-51 1.4.40.2 Including Files in Linux 1-52 1.4.41 .define and .undefine Directives 1-53 1.4.42 .setdp Directive 1-54 1.4.43 .16bit, .24bit, and .32bit Directives 1-56 1.4.44 .msb Directive 1-56 1.4.45 .lohi and .hilo Directives 1-57 1.4.46 .end Directive 1-57 1.5 INVOKING ASXXXX 1-58 1.6 ERRORS 1-62 1.7 LISTING FILE 1-63 1.8 SYMBOL TABLE FILE 1-66 1.9 OBJECT FILE 1-67 1.10 HINT FILE 1-67 CHAPTER 2 THE MACRO PROCESSOR 2-1 2.1 DEFINING MACROS 2-1 2.1.1 .macro Directive 2-2 2.1.2 .endm Directive 2-3 2.1.3 .mexit Directive 2-3 2.2 CALLING MACROS 2-4 2.3 ARGUMENTS IN MACRO DEFINITIONS AND MACRO CALLS 2-5 2.3.1 Macro Nesting 2-6 2.3.2 Special Characters in Macro Arguments 2-7 2.3.3 Passing Numerical Arguments as Symbols 2-8 2.3.4 Number of Arguments in Macro Calls 2-9 2.3.5 Creating Local Symbols Automatically 2-9 2.3.6 Concatenation of Macro Arguments 2-10 2.4 MACRO ATTRIBUTE DIRECTIVES 2-12 2.4.1 .narg Directive 2-12 2.4.2 .nchr Directive 2-13 2.4.3 .ntyp Directive 2-14 2.4.4 .nval Directive 2-15 2.5 INDEFINITE REPEAT BLOCK DIRECTIVES 2-15 2.5.1 .irp Directive 2-16 2.5.2 .irpc Directive 2-17 2.6 REPEAT BLOCK DIRECTIVE 2-18 2.6.1 .rept Directive 2-18 2.7 MACRO DELETION DIRECTIVE 2-19 Page iii 2.7.1 .mdelete Directive 2-19 2.8 MACRO INVOCATION DETAILS 2-19 2.9 CONTROLLING MACRO LISTINGS 2-20 2.10 BUILDING A MACRO LIBRARY 2-21 2.10.1 .mlib Macro Directive 2-21 2.10.2 .mcall Macro Directive 2-22 2.11 EXAMPLE MACRO CROSS ASSEMBLERS 2-24 CHAPTER 3 THE LINKER 3-1 3.1 ASLINK RELOCATING LINKER 3-1 3.2 INVOKING ASLINK 3-2 3.3 LIBRARY PATH(S) AND FILE(S) 3-5 3.4 ASLINK PROCESSING 3-6 3.5 ASXXXX VERSION 5.XX (4.XX) LINKING 3-9 3.5.1 Object Module Format 3-9 3.5.2 Header Line 3-10 3.5.3 Module Line 3-10 3.5.4 Merge Mode Line 3-10 3.5.5 Bank Line 3-11 3.5.6 Area Line 3-11 3.5.7 Symbol Line 3-12 3.5.8 T Line 3-12 3.5.9 R Line 3-12 3.5.10 P Line 3-13 3.5.11 24-Bit and 32-Bit Addressing 3-14 3.5.12 ASlink V5.xx (V4.xx) Error Messages 3-14 3.6 ASXXXX VERSION 3.XX LINKING 3-17 3.6.1 Object Module Format 3-17 3.6.2 Header Line 3-18 3.6.3 Module Line 3-18 3.6.4 Area Line 3-18 3.6.5 Symbol Line 3-18 3.6.6 T Line 3-19 3.6.7 R Line 3-19 3.6.8 P Line 3-20 3.6.9 24-Bit and 32-Bit Addressing 3-20 3.6.10 ASlink V3.xx Error Messages 3-21 3.7 HINT FILE FORMAT FOR RELOCATED LISTINGS 3-23 3.8 INTEL IHX OUTPUT FORMAT (16-BIT) 3-25 3.9 INTEL I86 OUTPUT FORMAT (24 OR 32-BIT) 3-27 3.10 MOTOROLA S1-S9 OUTPUT FORMAT (16-BIT) 3-29 3.11 MOTOROLA S2-S8 OUTPUT FORMAT (24-BIT) 3-30 3.12 MOTOROLA S3-S7 OUTPUT FORMAT (32-BIT) 3-31 3.13 TANDY COLOR COMPUTER DISK BASIC FORMAT 3-32 CHAPTER 4 BUILDING ASXXXX AND ASLINK 4-1 4.1 BUILDING ASXXXX AND ASLINK WITH LINUX 4-2 4.2 BUILDING ASXXXX AND ASLINK WITH CYGWIN 4-3 4.3 BUILDING ASXXXX AND ASLINK WITH DJGPP 4-3 Page iv 4.4 BUILDING ASXXXX AND ASLINK WITH BORLAND'S TURBO C++ 3.0 4-4 4.4.1 Graphical User Interface 4-4 4.4.2 Command Line Interface 4-4 4.5 BUILDING ASXXXX AND ASLINK WITH MS VISUAL C++ 6.0 4-5 4.5.1 Graphical User Interface 4-5 4.5.2 Command Line Interface 4-5 4.6 BUILDING ASXXXX AND ASLINK WITH MS VISUAL STUDIO 2005 4-6 4.6.1 Graphical User Interface 4-6 4.6.2 Command Line Interface 4-6 4.7 BUILDING ASXXXX AND ASLINK WITH MS VISUAL STUDIO 2010 4-7 4.7.1 Graphical User Interface 4-7 4.7.2 Command Line Interface 4-8 4.8 BUILDING ASXXXX AND ASLINK WITH MS VISUAL STUDIO 2013 4-9 4.8.1 Graphical User Interface 4-9 4.8.2 Command Line Interface 4-9 4.9 BUILDING ASXXXX AND ASLINK WITH MS VISUAL STUDIO 2015 4-10 4.9.1 Graphical User Interface 4-10 4.9.2 Command Line Interface 4-10 4.10 BUILDING ASXXXX AND ASLINK WITH MS VISUAL STUDIO 2019 4-11 4.10.1 Graphical User Interface 4-11 4.10.2 Command Line Interface 4-11 4.11 BUILDING ASXXXX AND ASLINK WITH OPEN WATCOM V1.9 4-12 4.11.1 Graphical User Interface 4-12 4.11.2 Command Line Interface 4-12 4.12 BUILDING ASXXXX AND ASLINK WITH SYMANTEC C/C++ V7.2 4-13 4.12.1 Graphical User Interface 4-14 4.12.2 Command Line Interface 4-14 4.13 THE _CLEAN.BAT AND _PREP.BAT FILES 4-15 APPENDIX A ASXSCN LISTING FILE SCANNER A-1 APPENDIX B ASXCNV LISTING CONVERTER B-1 APPENDIX C S19OS9 CONVERSION UTILITY C-1 APPENDIX D RELEASE NOTES D-1 APPENDIX E CONTRIBUTORS E-1 Page v APPENDIX F NOTES AND TIPS F-1 ---- Assembler Appendices ---- APPENDIX AA ASCHECK ASSEMBLER AA-1 APPENDIX AB AS1802 ASSEMBLER AB-1 APPENDIX AC AS2650 ASSEMBLER AC-1 APPENDIX AD AS430 ASSEMBLER AD-1 APPENDIX AE AS6100 ASSEMBLER AE-1 APPENDIX AF AS61860 ASSEMBLER AF-1 APPENDIX AG AS6500 ASSEMBLER AG-1 APPENDIX AH AS6800 ASSEMBLER AH-1 APPENDIX AI AS6801 ASSEMBLER AI-1 APPENDIX AJ AS6804 ASSEMBLER AJ-1 APPENDIX AK AS68(HC)05 ASSEMBLER AK-1 APPENDIX AL AS68(HC[S])08 ASSEMBLER AL-1 APPENDIX AM AS6809 ASSEMBLER AM-1 APPENDIX AN AS6811 ASSEMBLER AN-1 APPENDIX AO AS68(HC[S])12 ASSEMBLER AO-1 APPENDIX AP AS6816 ASSEMBLER AP-1 APPENDIX AQ AS740 ASSEMBLER AQ-1 APPENDIX AR AS78K0 ASSEMBLER AR-1 APPENDIX AS AS78K0S ASSEMBLER AS-1 APPENDIX AT AS8008 ASSEMBLER AT-1 APPENDIX AU AS8008S ASSEMBLER AU-1 APPENDIX AV AS8048 ASSEMBLER AV-1 APPENDIX AW AS8051 ASSEMBLER AW-1 APPENDIX AX AS8085 ASSEMBLER AX-1 Page vii APPENDIX AY AS89LP ASSEMBLER AY-1 APPENDIX AZ AS8X300 ASSEMBLER AZ-1 APPENDIX BA AS8XCXXX ASSEMBLER BA-1 APPENDIX BB ASAVR ASSEMBLER BB-1 APPENDIX BC ASEZ80 ASSEMBLER BC-1 APPENDIX BD ASF2MC8 ASSEMBLER BD-1 APPENDIX BE ASF8 ASSEMBLER BE-1 APPENDIX BF ASGB ASSEMBLER BF-1 APPENDIX BG ASH8 ASSEMBLER BG-1 APPENDIX BH ASM8C ASSEMBLER BH-1 APPENDIX BI ASPIC ASSEMBLER BI-1 APPENDIX BJ ASRAB ASSEMBLER BJ-1 APPENDIX BK ASSCMP ASSEMBLER BK-1 APPENDIX BL ASST6 ASSEMBLER BL-1 APPENDIX BM ASST7 ASSEMBLER BM-1 APPENDIX BN ASST8 ASSEMBLER BN-1 APPENDIX BO ASZ8 ASSEMBLER BO-1 APPENDIX BP ASZ80 ASSEMBLER BP-1 APPENDIX BQ ASZ280 ASSEMBLER BQ-1 ---- Link To The Assemblers Index ---- P R E F A C E The ASxxxx assemblers were written following the style of several unfinished cross assemblers found in the Digital Equip- ment Corporation Users Society (DECUS) distribution of the C programming language.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    539 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