[Template fetch failed for http://spivey.oriel.ox.ac.uk/corner/Template:Sitenotice?action=render: HTTP 404]

Keiko assembly language

From Compilers
Revision as of 14:37, 11 May 2022 by Mike (talk | contribs) (Created page with "==Syntax== ===Files=== file: heading body_opt heading: module-dir imports_opt endhdr-dir module-dir: MODULE ident checksum linecnt imports: import-d...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Syntax

Files

file:
    heading body_opt
heading:
    module-dir imports_opt endhdr-dir
module-dir:
    MODULE ident checksum linecnt
imports:
    import-dir
    import-dir imports
import-dir:
    IMPORT ident checksum
endhdr-dir:
    ENDHDR     
body:
    phrase
    phrase body

phrase:

    directive
    procedure

directive:


STRING WORD LONG FLOAT DOUBLE GLOVAR PRIMDEF DEFINE


LABEL CONST GLOBAL FCONST DCONST QCONST STKMAP LINE