https://github.com/pome1lo/applications-software-design
Laboratory work on the discipline "Software engineering".
https://github.com/pome1lo/applications-software-design
assembly c-plus-plus labs university
Last synced: about 1 month ago
JSON representation
Laboratory work on the discipline "Software engineering".
- Host: GitHub
- URL: https://github.com/pome1lo/applications-software-design
- Owner: pome1lo
- Created: 2022-10-16T12:42:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-31T22:58:14.000Z (over 3 years ago)
- Last Synced: 2025-01-24T15:42:05.093Z (over 1 year ago)
- Topics: assembly, c-plus-plus, labs, university
- Language: C++
- Homepage:
- Size: 2.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Software design 🧾
- Creating a MASM project in Visual Studio, studying the stages of source code processing, researching project properties in the Visual Studio integrated development environment.: Tasks | Solution;
- Creating a MASM project in Visual Studio, learning the ADD and MOV assembler commands: Tasks | Solution;
- Creating a MASM project in Visual Studio in assembly language, using indirect addressing, transition commands and loops: Tasks | Solution;
- Development of a function for converting an expression into the form of a Polish record: Tasks | Solution;
- The first stage of translator development: Tasks | Solution;
- Development of a lexical recognizer (Part II): Tasks | Solution;