Course details

Machine level programming

ISU Acad. year 2015/2016 Summer semester 6 credits

Current academic year

Numeral systems: signed and unsigned integer binary representation, binary arithmetic, real numbers in the IEEE-754 format. Assembly language: assembler, basic functions of a central processing unit (CPU). Specific CPU architecture: registers, memory organization, addressing, interrupt system, coprocessors, instruction set and instruction format. Programming in assembler: common control structures, compilation and linking of the code. Relation to the high level programming languages: calling conventions, operating system services. Coprocessor: real number format, instruction set, programming of the floating point unit.

Guarantor

Language of instruction

Czech, English

Completion

Credit+Examination

Time span

  • 39 hrs lectures
  • 26 hrs pc labs

Department

Subject specific learning outcomes and competences

Students acquaint with one specific processor architecture. They learn how to use the most important instructions of the processor and its coprocessor, programming of the control structures and they develop learn to develop simple applications (compilation and linking). They learn about calling conventions, some basic operating system services and how to call them. They learn how to practically use this knowledge.

Students learn about processor architecture form the low level programming point of view, which is one of the very basic skills of an IT professional. They learn how to develop simple applications or libraries in assembler and how to connect them to high level programming language applications.

Learning objectives

To acquaint students with computer programming at the lowest level with focus at chosen processor architecture. To introduce and teach how to actively work with numeral systems, representation of the signed and unsigned numbers, arithmetic in the binary numeral system and representation of the real numbers. To familiarise with a specific processor architecture, its instruction format and addressing modes. To teach to actively work with the common control structures in assembler using given instruction set. To show connection of programming at low level and high level programming via libraries and operating system services. To teach how to use floating point unit to calculate with real numbers.

Prerequisite knowledge and skills

Basic knowledge of the C language programming.

Study literature

Fundamental literature

Syllabus of lectures

  1. Introduction, numeral systems, number specification, binary arithmetic.
  2. Basic functions of a processor, machine language, symbolic language, assembler.
  3. Processor architecture - registers, operand, instruction format, memory addressing, interrupts.
  4. Processor architecture - transfers, arithmetical and logical instructions.
  5. Processor architecture - shifts and rotations, control transfer.
  6. Processor architecture - other instructions.
  7. Mid-term written test.
  8. Basics of low level programming, elementary control structures.
  9. Functions and calling conventions.
  10. Modular programming, libraries, operating system services.
  11. Coprocessor FPU - architecture, real number format, instruction set.
  12. Coprocessor FPU - instruction set, programming, examples.
  13. Compiler for assembler - pseudoinstructions, directives, expressions, operators, operands and macros.

Syllabus of computer exercises

  1. Integrated Development Environment (IDE) for assemblers, compilation, linking and execution in a command line environment.
  2. Numeral systems (numeral system conversions), number representation (signed integers, real numbers).
  3. Hypothetical computer (programming and debugging in the IDE).
  4. Arithmetical and logical instructions, shifts, rotations.
  5. Test - programming of a simple mathematical problem in assembler.
  6. Jump instructions, essential control structures (if-then-else, while, do-while, for, switch-case).
  7. Memory operands (variables, arrays).
  8. Test - use of the essential control structures.
  9. Function calling and calling conventions.
  10. Calling of services and functions of the operating system, calling of functions from the high level language libraries.
  11. Test - simple application with a user command line input/output.
  12. Programming of the coprocessor (FPU).
  13. Test - using coprocessor (FPU).

Progress assessment

At least 20 points earned during semester.

To successfully pass the course students must earn at least 25 points from the final examination.

Controlled instruction

  • Mid-Term written test
  • Evaluation of activity in computer exercises

Course inclusion in study plans

  • Programme IT-BC-3, field BIT, 1st year of study, Compulsory
Back to top