登录
首页 » C# » 在Visual C++中使用内联汇编不需要额外的编译器和联接器,且可以处理Visual C++中不能处理的一些事情,而且可以使用在C/C++中的变量,所以非常方...

在Visual C++中使用内联汇编不需要额外的编译器和联接器,且可以处理Visual C++中不能处理的一些事情,而且可以使用在C/C++中的变量,所以非常方...

于 2023-07-28 发布 文件大小:2.16 kB
0 94
下载积分: 2 下载次数: 2

代码说明:

在Visual C++中使用内联汇编不需要额外的编译器和联接器,且可以处理Visual C++中不能处理的一些事情,而且可以使用在C/C++中的变量,所以非常方便。内联汇编主要用于如下场合:   1.使用汇编语言写函数;   2.对速度要求非常高的代码;   3.设备驱动程序中直接访问硬件;   4."Naked" Call的初始化和结束代码。 -used in conjunction with the compilation does not need additional compiler and connectivity devices, which can be dealt with Visual C can not handle some things that can be used in the C/C variables, so it is convenient. In conjunction with the compilation mainly for the following occasions : 1. The use of assembly language to write function; 2. The very high speed code; 3. Device driver had direct access to hardware; 4. "Naked" Call the initialization and termination code.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 24l01发送端代码
    #include #include #include "1602.h"typedef unsigned char uchar;typedef unsigned char uint;//****************************************IO端口定义***************************************sbit  MISO =P1^2;sbit  MOSI =P3^2;sbit SCK     =P1^6;sbit CE     =P1^5;sbit CSN  =P1^7;sbit IRQ  =P1^3;//***********************************数码管0-9编码*******************************************uchar seg[10]={0xC0,0xCF,0xA4,0xB0,0x99,0x92,0x82,0xF8,0x80,0x90};         //0~~9段码//************************************按键**********************************************sbit KEY1=P3^6;sbit KEY2=P3^7;//***********************************数码管位选**************************************************sbit led1=P2^1;
    2022-03-18 17:46:09下载
    积分:1
  • PORTMAP
    一个端口映射程序,支持TCP,UDP,需要的可以研究一下(portmap,)
    2009-06-30 14:05:33下载
    积分:1
  • c# 文件压缩与解压缩实例源码下载(可设置密码 加密压缩)
    可加密压缩,选择压缩文件 并设置压缩路径
    2015-03-14下载
    积分:1
  • Models
    AR程序设计5,扫描图片可以出现三维模型,并操作(AR programming 5, scanning pictures can appear three-dimensional model, and operation)
    2020-06-18 06:40:01下载
    积分:1
  • chuankou
    个人收集的各种串口电路图,程序,讲解比较详细,对初学者应该帮助比较大(Personal collection of various serial circuit, procedures, explained in more detail, for beginners should help more)
    2008-07-03 13:58:37下载
    积分:1
  • fanbankongzhi
    基于单片机的帆板控制系统设计,包括源程序、原理图及PCB设计(Design of windsurfing control system based on single chip microcomputer, including source program, schematic diagram and PCB design.)
    2018-05-09 14:41:07下载
    积分:1
  • STM32官方例程 USB设备
     STSW-STM32046,STM32F10X  MSC  HID DEVICE and so on.
    2022-07-20 10:46:38下载
    积分:1
  • LoadPic
    MFC 实现外部图片的打开和图片的缩放 该资源来自csdn 确认可用(MFC to achieve external pictures open and picture zoom the resources from csdn confirmation available)
    2013-03-28 17:43:22下载
    积分:1
  • Programming_on_CPP.2
    Object programming on C++.
    2014-12-05 18:30:37下载
    积分:1
  • 很简单的一个任务管理工具,任务有紧急/重要之分.
    很简单的一个任务管理工具,任务有紧急/重要之分.-A mission is very simple management tools, mission have emergency/important points.
    2022-07-15 19:07:02下载
    积分:1
  • 696518资源总数
  • 105918会员总数
  • 20今日下载