随笔分类 -  ASM

摘要:![](https://img2023.cnblogs.com/blog/859364/202305/859364-20230519163340299-1822753917.png) ![](https://img2023.cnblogs.com/blog/859364/202305/859364- 阅读全文
posted @ 2023-05-19 16:34 fndefbwefsowpvqfx
摘要:x86-64 arm 阅读全文
posted @ 2023-04-07 15:40 fndefbwefsowpvqfx
摘要:nasm -f win64 fact.asm default rel bits 64 segment .text global factorial ; Define constants to refer to the function arguments as offsets from RSP/RB 阅读全文
posted @ 2022-05-19 21:49 fndefbwefsowpvqfx
摘要:A link library is a file containing procedures (subroutines) that have been assembled into machine code. A link library begins as one or more source f 阅读全文
posted @ 2022-05-12 22:59 fndefbwefsowpvqfx
摘要:![](https://img2022.cnblogs.com/blog/859364/202205/859364-20220512191353547-143969140.png) ![](https://img2022.cnblogs.com/blog/859364/202205/859364-20220512191403713-1740927262.png) ![](https://img20 阅读全文
posted @ 2022-05-12 19:18 fndefbwefsowpvqfx