Описание тега oam
The OAMulator is a Web-based resource to support the teaching of instruction set architecture, assembly languages, memory, addressing, high-level programming, and compilation.
The tool is based on a simple, virtual CPU architecture, called the One Address Machine.
A compiler allows us to take programs written in a special programming language, called OAMPL, and transform them into OAM assembly.
An OAM assembler/emulator interprets and executes OAM assembly code produced by the compiler or written directly by students.
The OAMulator is targeted at non-CS students who take introductory courses in information technology or information systems. Such students are normally exposed to concepts of computer hardware and software, but it is difficult for them to make the connection between the two.
The OAM emulator resource supports the teaching of the following concepts:
- Von Neumann architecture
- registers
- ALU and controller
- CPU stages of execution
- instruction set architecture
- assembly languages
- memory and addressing
The OAMPL compiler resource supports the teaching of the following concepts:
- high-level languages
- compilers
- I/O, assignment, and control statements
- variable reference resolution
- expressions and parsing
- optimization
src: http://informatics.indiana.edu/fil/Papers/oamulator.pdf