⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lahf.c

📁 The Valgrind distribution has multiple tools. The most popular is the memory checking tool (called M
💻 C
字号:
#include <stdio.h>extern int foo_1 ( void );asm("\n""foo_1:\n""\tpushl $0\n""\tpopfl\n""\tmovl $0xFFFFFFFF, %eax\n""\tmovl $0x12345678, %edx\n""\tsubl %eax, %edx\n""\tlahf\n""\tret\n");extern int foo_0 ( void );asm("\n""foo_0:\n""\tpushl $0\n""\tpopfl\n""\tmovl $0x0, %eax\n""\tmovl $0x12345678, %edx\n""\tsubl %eax, %edx\n""\tlahf\n""\tret\n");int main ( void ){  printf("0x%x\n", foo_0());  printf("0x%x\n", foo_1());  return 0;}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -