https://github.com/n1ghtf1re/check-string
ASM Lab №1
https://github.com/n1ghtf1re/check-string
Last synced: 6 months ago
JSON representation
ASM Lab №1
- Host: GitHub
- URL: https://github.com/n1ghtf1re/check-string
- Owner: N1ghtF1re
- Created: 2018-02-22T08:37:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-25T17:51:00.000Z (almost 6 years ago)
- Last Synced: 2025-02-19T05:46:10.496Z (8 months ago)
- Language: Assembly
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
About program
--------------------
The program checks the string for correct input.Requirements for correctness: the length of the line is from 4 to 7 (not including), the last character is a digit, 3 and 6 are the same characters
#### Language: Assembler (FASM)
Technical requirements
--------------------
The program is written for dos, so it can only be run on a 32-bit system