Skip to content

ynastt/low-level-programming

Repository files navigation

low-level-programming

assembly language tasks (1-6 in TASM, 7 in FASM)

tasks

  1. lab1 - calculate an expression (a+b)/c + d + 3
  2. doplab1 - output the value of the calculated expression in dec and hex numeric systems
  3. lab2 - define the number of array elements whose values exceed the specified
  4. lab3 - strcmp (make an analogue function in c)
  5. lab4 - addition, subtraction and multiplication in dec and hex numeric systems
  6. lab5 (using mymacro.asm) - replace all occurences of a given character in a string with new character
  7. doplab5 (using macro.inc) - reading results from file and writing to file

About

assembly language tasks (TASM/ FASM)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published