This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:multiasm:exercisesbook:pc:sut:scenarios:win2 [2026/05/22 15:27] – ktokarz | en:multiasm:exercisesbook:pc:sut:scenarios:win2 [2026/05/22 15:31] (current) – ktokarz | ||
|---|---|---|---|
| Line 159: | Line 159: | ||
| The code should print the converted integer number as text in a console window. | The code should print the converted integer number as text in a console window. | ||
| - | < | + | < |
| - | The number chosen for the example is not random. It is the fifth perfect number. Such a number is equal to the sum of its positive proper divisors. | + | Fun fact. The number chosen for the example is not random. It is the fifth perfect number. Such a number is equal to the sum of its positive proper divisors. |
| </ | </ | ||
| ** If it does not assemble? **\\ | ** If it does not assemble? **\\ | ||
| Observe the messages passed by the assembler and linker programs. Refer to the documentation and instruction set. Make sure that all source files are available to MASM, and the resulting object and library files are available to the linker program. | Observe the messages passed by the assembler and linker programs. Refer to the documentation and instruction set. Make sure that all source files are available to MASM, and the resulting object and library files are available to the linker program. | ||