• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录

草丛有头猪

  • 博客园
  • 联系
  • 订阅
  • 管理

公告

View Post

asm

 

https://www.cainiaoya.com/assemblylanguage/assembly-language-jiaocheng.html

x86指令网站在线的

 

 

sse的维基百科

https://osdev.wiki/wiki/SSE

https://docs.oracle.com/cd/E26502_01/html/E28388/eojde.html

 

stl 内存管理库 stand templet lib

https://www.shouce.ren/api/c/index.htm#

https://www.shouce.ren/api/c/index.htm#

c++ 内联汇编

 

int temp1 = 0;

 

__asm {

eax push, 555;

ebx push, temp1;

add ecx eax,ebx;

push temp1,ecx;

}

 

cout<<temp1<<endl;

 

就是这样用的啊

 

posted on 2025-08-01 23:58  草丛有头猪  阅读(14)  评论(0)    收藏  举报

刷新页面返回顶部
 
博客园  ©  2004-2026
浙公网安备 33010602011771号 浙ICP备2021040463号-3