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

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".

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;