Notes for assembly and LLVM.
2022-08-13 | #Words: 160
Sometimes for learning or debuging, I need to view the assembly code of the program. This is very convenient in many GUI IDEs. For example, in Xcode, just click Product-Perform Action-Assemble File Name, as follows
2022-08-13 | #Words: 2165
Assembly is the “magic” of computers. You can be a fine “warrior” who only uses high-level languages, but if you “enchant” your “weapon” with assembly, your combat effectiveness will increase greatly (of course, there are also risks of “playing with fire and burning yourself”).
2022-07-10 | #Words: 210
During the assembly, you may need to specify some data size, such as the size of stack. In this case, you need to use the size command (Size Directives).