Modula-2 Reloaded

A Modern Typesafe & Literate Programming Notation

Site Menu

Project

Specification

Implementation

Recommendations

Reference

Needs Updating

Work in Progress

Wastebasket

Wiki Manual

edit SideBar

Assembler

Spec.Assembler History

Hide minor edits - Show changes to markup

2010-05-24 11:49 by benjk -
Changed lines 3-4 from:

(* Optional pseudo module for access to system dependent inline assembler *)

to:

(* Optional Pseudo-module for Access to Target Dependent Inline Assembler *)

Changed line 13 from:
    OPCODE = ENUM
to:
    OPCODE = (
Changed lines 15-17 from:
    END;

    REGISTER = ENUM
to:
    );

    REGISTER = (
Changed line 19 from:
    END;
to:
    );