This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:multiasm:exercisesbook:pc [2026/06/03 12:23] – [Standalone assembly] ktokarz | en:multiasm:exercisesbook:pc [2026/06/03 12:54] (current) – [Solution with static assembly library] ktokarz | ||
|---|---|---|---|
| Line 34: | Line 34: | ||
| ===== Solution with static assembly library ===== | ===== Solution with static assembly library ===== | ||
| - | In this section, we'll go through the process of creating a solution with a C++ main file and a static assembler library. | + | In this section, we'll go through the process of creating a solution with a C++ main file and a static assembler library.\\ |
| - | 1. Create the solution. You can create a simple "Hello world" example written in C++ for execution in a console window. | + | |
| + | **1.** Create the solution. You can create a simple "Hello world" example written in C++ for execution in a console window.\\ | ||
| + | <figure createsln> | ||
| + | {{: | ||
| + | < | ||
| + | </ | ||
| + | <figure consoleapp> | ||
| + | {{: | ||
| + | < | ||
| + | </ | ||
| + | <figure nameapp> | ||
| + | {{: | ||
| + | < | ||
| + | </ | ||
| + | At this stage, you can test the application. It should print "Hello World" in a console window. | ||
| + | |||
| + | **2.** Add assembler module with library functions. | ||
| + | <figure addasmproj> | ||
| + | {{: | ||
| + | < | ||
| + | </ | ||