However, when you deploy your solution, you must explicitly update the security policy on each computer where your solution is used to give the assembly code permission to execute and access the office object model 但在部署解决方案时,您必须显式更新使用您的解决方案的每台计算机上的安全策略,以授予程序集代码执行和访问office对象模型的权限。
Inline assembly code that assumes knowledge of the native stack layout, calling conventions outside of the current function, or other low-level information about the computer may fail if that knowledge is applied to the stack frame for a managed function 如果内联程序集代码假定有关本机堆栈布局、当前函数外部的调用约定或其他有关计算机的低级别信息的知识,则如果将该知识应用于托管函数的堆栈帧,则此内联程序集代码可能失败。
Because assembly code relies heavily on processor registers or, in the case of managed code, common language runtime registers, you will often find it useful to use the disassembly window in conjunction with the registers window, which allows you to examine register contents 汇编语言代码严重依赖处理器的寄存器(对托管代码而言,依赖公共语言运行库寄存器),同时使用“反汇编”窗口和“寄存器”窗口(利用它可看到寄存器内容)将很有好处。
The solution is that we design a target machine, and translate the source codes into the target machine codes by program translation, then generate the assembly codes from the target machine codes, assemble and link the assembly codes into exe file, at last execute the exe file to get the result of program 在实现方面,提出了编译lfc的技术路线,设计一个目标抽象机,通过程序翻译的方法将源程序翻译为目标抽象机代码,然后再将抽象机代码转换为汇编代码,汇编装配连接执行。
The solution is that we design a target machine, and translate the source codes into the target machine codes by program translation, then generate the assembly codes from the target machine codes, assemble and link the assembly codes into exe file, at last execute the exe file to get the result of program 在实现方面,提出了编译lfc的技术路线,设计一个目标抽象机,通过程序翻译的方法将源程序翻译为目标抽象机代码,然后再将抽象机代码转换为汇编代码,汇编装配连接执行。
Chapter 3 focuses on translating the c code into assembly code . the implementation and optimization involves issues of assignment of variables and memories, pass of function parameters, addressing modes, control of nested repetition, use of ar registers, pipeline conflicts, and so on 本文从改写c源码为c54x汇编代码着手,对实现过程中的变量存储区分配、参数的传递、寻址方式的选择、循环的嵌套与控制、辅助寄存器的使用、流水线等方面的问题进行了设计和优化,在c54x上实时实现了g.729a声码器。
The one kind of improved fwt ( fast wavelet transform ) algorithm for a finite sequence is proposed after studying theory of multiresolution analysis and analyzing technical characteristics of dsp . the implementation of the periodic extension of the fwt on dsp is described in detail and the corresponding fwt assembly code is described for the dsp tms320c3x series 在充分研究多分辨分析理论和分析信号处理器技术特点的基础上,针对dsptms320c3x的特点,提出了一种有限序列的fwt(快速小波变换)的改进算法,详细阐述了信号处理器上fwt的周期性扩展的实现问题,用dsptms320c3x汇编语言实现了改进的fwt算法。