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
- Host: GitHub
- URL: https://github.com/dukris/assembly
- Owner: dukris
- Created: 2021-06-29T07:06:27.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-26T11:43:42.000Z (over 4 years ago)
- Last Synced: 2025-02-04T13:44:08.909Z (over 1 year ago)
- Topics: assembly
- Language: Assembly
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).