13.07.2015 Views

apple-pascal-1.3-manual

apple-pascal-1.3-manual

apple-pascal-1.3-manual

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Data Directives[label].ASCII""Inserts ASCII values of characters.[label].BYTE[valuelist]Inserts bytes of listed values.[label]. BLOCK[,value]Inserts block of given value and length .[label].WORD[valuelist]Inserts words of listed values.label-Definition Directives.EQU.ORGAssigns value to label.Location of next byte will be (start of assemblyfile) + value..ABSOLUTECauses all .ORGs to put next byte at absolutelocation = value..ALIGNIncreases the location counter to the next wholemultiple of value..IN TERPFirst location of interpreter relative locationtable; used in relative-location expressions.Macro Directives.MACROBegins a macro definition.. ENDMEnds a macro definition .ConditionalaAssembly Directives[label].IF[.ELSE]Begins conditional assembly. If true, assemblesnext text [up to .ELSE]; if false, only assemblestext after .ELSE .. ENDCEnds conditional assembly .11-204Chapter 6: The Assembler

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!