An open API service indexing awesome lists of open source software.

https://github.com/dukris/assembly

BSUIR, 4th semester
https://github.com/dukris/assembly

assembly

Last synced: over 1 year ago
JSON representation

BSUIR, 4th semester

Awesome Lists containing this project

README

          

# Labs "Program design and programming languages"
BSUIR, 4th sem
# Tasks:
1. Write a program to display a string of characters (var.3);
2. Sort words in a string by ASCII character code value (var.5);
3. Perform a set of logical bitwise operations on two integers
numbers represented in hexadecimal notation (var.4);
4. Game "Tetris" (var.2);
5. Count the number of lines in a file that contain the specified word (var.7);
7. Write a program that runs another program N times (N -
number in the range [1 ... 255]). The name of the program to run is passed on the command line (var.2).