This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:multiasm:introduction [2026/02/19 18:38] – jtokarz | en:multiasm:introduction [2026/02/19 20:13] (current) – jtokarz | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| Nowadays, assembler programming is commonly integrated with high-level languages, and it is a part of the application' | Nowadays, assembler programming is commonly integrated with high-level languages, and it is a part of the application' | ||
| - | It is a rule of thumb that the simpler and more constrained the device is, the closer the developer is to the hardware. An excellent example of this rule is development for an ESP32 chip: it has 2 cores that can easily handle Python apps, but when it comes to its energy-saving modes when only ultra-low power coprocessor is running, the only programming language available is assembler, it is compact enough to run in very constrained environments, | + | It is a rule of thumb that the simpler and more constrained the device is, the closer the developer is to the hardware. An excellent example of this rule is development for an ESP32 chip: it has 2 cores that can easily handle Python apps, but when it comes to its energy-saving modes when only ultra-low power coprocessor is running, the only programming language available is assembler, it is compact enough to run in very constrained environments, |
| This book is divided into four main chapters: | This book is divided into four main chapters: | ||