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