This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:multiasm:exercisesbook:pc:sut:scenarios:win2 [2026/05/22 15:31] – ktokarz | en:multiasm:exercisesbook:pc:sut:scenarios:win2 [2026/05/22 15:31] (current) – ktokarz | ||
|---|---|---|---|
| Line 160: | Line 160: | ||
| <note tip> | <note tip> | ||
| - | 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. | ||