<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>VerySource - 汇编语言</title>
    <link>https://domain.verysource.com/forum-74-1.html</link>
    <description>Latest 20 threads of 汇编语言</description>
    <copyright>Copyright(C) VerySource</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 15 Apr 2026 19:06:46 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://domain.verysource.com/static/image/common/logo_88_31.gif</url>
      <title>VerySource</title>
      <link>https://domain.verysource.com/</link>
    </image>
    <item>
      <title>谁有win32汇编的richedit的源码</title>
      <link>https://domain.verysource.com/thread-3827-1-1.html</link>
      <description><![CDATA[谁有win32汇编的richedit的源码，我需要不同字不同的颜色，高亮显示，或也有不同字体。]]></description>
      <category>汇编语言</category>
      <author>qsjsyqb</author>
      <pubDate>Sat, 27 Nov 2021 16:31:04 +0000</pubDate>
    </item>
    <item>
      <title>一道关于8259的问题</title>
      <link>https://domain.verysource.com/thread-3641-1-1.html</link>
      <description><![CDATA[在8259初始化程序中，已知了8259的奇地址端口和偶地址端口，在定义icw1和icw2的时候，都是将控制字输入到端口上，但是为什么在定义icw3和icw4的时候没有输入到端口上而是直接输出到dx寄存器中呢？ 

mov al,11h   
MOV DX,0FFE8H; 这是偶地址端口
OUT DX,AL;  这是定义i ...]]></description>
      <category>汇编语言</category>
      <author>激流堡见证者</author>
      <pubDate>Wed, 10 Mar 2021 04:30:02 +0000</pubDate>
    </item>
    <item>
      <title>[讨论]win32汇编如何实现cmd的输出转向</title>
      <link>https://domain.verysource.com/thread-3565-1-1.html</link>
      <description><![CDATA[VC++是这样来着：

ret=bind(listenFD,(sockaddr *)&amp;server,sizeof(server));
   ret=listen(listenFD,2);
   //如果客户请求830端口，接受连接
   int iAddrSize = sizeof(server);
   SOCKET clientFD=accept(listenFD,(sockaddr *)&amp;server,&amp;iAddrSize);

   STARTUPI ...]]></description>
      <category>汇编语言</category>
      <author>fengjk2006</author>
      <pubDate>Thu, 17 Dec 2020 05:00:01 +0000</pubDate>
    </item>
    <item>
      <title>二进制转换成十进制的汇编程序</title>
      <link>https://domain.verysource.com/thread-3474-1-1.html</link>
      <description><![CDATA[二进制转换成十进制的汇编程序]]></description>
      <category>汇编语言</category>
      <author>fcgenius</author>
      <pubDate>Wed, 09 Dec 2020 02:00:01 +0000</pubDate>
    </item>
    <item>
      <title>FASM官方原版flat assembler 1.73.25 for Windows</title>
      <link>https://domain.verysource.com/thread-3340-1-1.html</link>
      <description><![CDATA[fasm for win 1.73版本]]></description>
      <category>汇编语言</category>
      <author>3371574870</author>
      <pubDate>Tue, 13 Oct 2020 11:40:11 +0000</pubDate>
    </item>
    <item>
      <title>悬赏一道汇编题</title>
      <link>https://domain.verysource.com/thread-3280-1-1.html</link>
      <description><![CDATA[输入两个任意的四位十进制数相乘，并显示结果！！
谢谢那位大侠来看一下！！]]></description>
      <category>汇编语言</category>
      <author>jhtk2006</author>
      <pubDate>Mon, 28 Sep 2020 05:30:01 +0000</pubDate>
    </item>
    <item>
      <title>关于ARM汇骗的一个简单问题！！</title>
      <link>https://domain.verysource.com/thread-2987-1-1.html</link>
      <description><![CDATA[MAP     4096
consta   FIELD  4
constb   FIELD  4
x       FIELD  8
y       FIELD  8
string   FIELD  256
LDR  R6,consta[52RD.com]
为什么上面的令仅仅可以访问ＬＤＲ指令前面或后面４Ｋ地址范围的数据域？？？]]></description>
      <category>汇编语言</category>
      <author>樱一机器猫</author>
      <pubDate>Wed, 18 Mar 2020 07:30:01 +0000</pubDate>
    </item>
    <item>
      <title>windows保护模式下,编译器&&读取中断描述符表?</title>
      <link>https://domain.verysource.com/thread-2902-1-1.html</link>
      <description><![CDATA[windows下可否读取到某中断的入口地址? 类似于dos下的*4. 是否读取到也是不可修改的啊!

没办法,老板一定要求读取该地址,去修改.

windows下的汇编和dos下所用的编程环境不同吧? 该用什么编译器呢?

谢谢!
 ...]]></description>
      <category>汇编语言</category>
      <author>星光月寂</author>
      <pubDate>Sun, 15 Mar 2020 18:30:01 +0000</pubDate>
    </item>
    <item>
      <title>AND AX 和 X AND Y 有何区别，它们各在什么时候用，各表示什么意思啊。。</title>
      <link>https://domain.verysource.com/thread-2681-1-1.html</link>
      <description><![CDATA[AND AX 和 X AND Y 有何区别，它们各在什么时候用，各表示什么意思啊。。]]></description>
      <category>汇编语言</category>
      <author>kevincxn</author>
      <pubDate>Mon, 09 Mar 2020 06:30:01 +0000</pubDate>
    </item>
    <item>
      <title>显示为什么会出错。。。。</title>
      <link>https://domain.verysource.com/thread-2622-1-1.html</link>
      <description><![CDATA[SHOWOUT MARC A,B,C,D,E；宏调用以在指定坐标和属性显示字符串。
MOV AH,13H            ；其中字符串在ES中定义
MOV AL,0H
MOV BH,0H
MOV BL,D
MOV CX,E
MOV DH,A
MOV DL,B
MOV SI,OFFSET C
MOV ES:,SI
INT 10H
ENDM

SHOWOUT 08,32,MESS1,0B9H,LENTH1;DH/DL=08/32,MES ...]]></description>
      <category>汇编语言</category>
      <author>pedant</author>
      <pubDate>Sat, 07 Mar 2020 11:00:01 +0000</pubDate>
    </item>
    <item>
      <title>汇编错误问题</title>
      <link>https://domain.verysource.com/thread-2599-1-1.html</link>
      <description><![CDATA[课程设计的题目，那位大虾帮忙看看。。。

软件设计的用途是：工业中常见的--微机温度控制系统

软件包括下面内容：
1.程序开头，包括标度变换常量表的设置和各段的设置，各项预制温度和运算结果的存放单元分配。
2.设定温度，报警温度的输入和存放。
3.系统初始化。
4. ...]]></description>
      <category>汇编语言</category>
      <author>ymouse999</author>
      <pubDate>Fri, 06 Mar 2020 19:30:01 +0000</pubDate>
    </item>
    <item>
      <title>请问：@stWndClass.hInstance可不以用mov 的形式赋值呀，我发现它老是用push,pop的方式赋值</title>
      <link>https://domain.verysource.com/thread-2308-1-1.html</link>
      <description><![CDATA[@stWndClass.hInstance可不以用mov 的形式赋值呀，我发现它老是用push,pop的方式赋值]]></description>
      <category>汇编语言</category>
      <author>error_log</author>
      <pubDate>Sat, 22 Feb 2020 09:00:02 +0000</pubDate>
    </item>
    <item>
      <title>请教，微机原理换算？</title>
      <link>https://domain.verysource.com/thread-2288-1-1.html</link>
      <description><![CDATA[OSI七层中网络层向运输层传递信息时，会产生数据报。通过报头来描述数据片，其中有一个属性数据长度，即0010H,可以知道其数据片最大长度是60多字节。
问，是怎么算出来的？！

打扰了。
 ...]]></description>
      <category>汇编语言</category>
      <author>maya34</author>
      <pubDate>Fri, 21 Feb 2020 17:00:02 +0000</pubDate>
    </item>
    <item>
      <title>小弟一事不明，程序开关问题</title>
      <link>https://domain.verysource.com/thread-2229-1-1.html</link>
      <description><![CDATA[比如说程序执行中，我按空格暂停执行，再一次空格恢复执行
先谢过大家了]]></description>
      <category>汇编语言</category>
      <author>zijin713</author>
      <pubDate>Wed, 19 Feb 2020 15:30:01 +0000</pubDate>
    </item>
    <item>
      <title>汇编的程序出错了(帮我看看吧)</title>
      <link>https://domain.verysource.com/thread-2189-1-1.html</link>
      <description><![CDATA[程序语法没错,但是出来的结果不对,
.model small
.stack 40h
.data
namepar label byte
maxnlen db 21
namelen db ?
namefld db 21 dup(?)
telpar  label byte
telmaxlen db 9
tellen db ?
telfld db 9 dup(?)
crlf  db 13,10,\'$\'
endaddr dw ?
messg1 db \'Input name:  ..]]></description>
      <category>汇编语言</category>
      <author>evangeline</author>
      <pubDate>Tue, 18 Feb 2020 09:00:01 +0000</pubDate>
    </item>
    <item>
      <title>求教关于中断的问题一直没搞懂</title>
      <link>https://domain.verysource.com/thread-2177-1-1.html</link>
      <description><![CDATA[在一个MCU嵌入式开发的系统中,中断是定时扫描的吗,也就是说在一个定时结束
就自动进入中断吗?
软中断和硬中断是体现在软件和硬件的差别上吗?]]></description>
      <category>汇编语言</category>
      <author>yr_8504</author>
      <pubDate>Tue, 18 Feb 2020 03:00:01 +0000</pubDate>
    </item>
    <item>
      <title>子程序的递归</title>
      <link>https://domain.verysource.com/thread-2130-1-1.html</link>
      <description><![CDATA[子程序调用递归时要不要考虑堆栈的大小呀。如
power(x,n)
如果N=10，那么就有20个参数入堆栈,如果N=1000，或是更多，岂不是堆栈要爆炸呀！]]></description>
      <category>汇编语言</category>
      <author>koushuai</author>
      <pubDate>Sun, 16 Feb 2020 15:00:01 +0000</pubDate>
    </item>
    <item>
      <title>堆栈的深入探讨……</title>
      <link>https://domain.verysource.com/thread-2091-1-1.html</link>
      <description><![CDATA[1.堆栈段和堆栈的对应关系是怎样的？
一个64K大小的堆栈段对应一个64K大小的堆栈，是这样的吗？还是一个64K大小的堆栈段可以对应多个比它小的堆栈？
2.那么又怎样通过SS：SP寻址堆栈呢？
3.堆栈段基地址与栈顶，栈底的关系是怎样的？
 ...]]></description>
      <category>汇编语言</category>
      <author>qqion1988</author>
      <pubDate>Sat, 15 Feb 2020 13:00:02 +0000</pubDate>
    </item>
    <item>
      <title>关于调用门的问题</title>
      <link>https://domain.verysource.com/thread-1866-1-1.html</link>
      <description><![CDATA[系统中有GDT和LDT，对于一个任务而言，最多可以存放16k项。
call gate存放在GDT或者LDT，一个call gate项对应于一个函数代码段，如果一个任务里超过16k个函数调用，而且函数各不相同。那么GDT/LDT怎么能够放下所有的call gate项呢？

以上理解哪里错了，请指教。 ...]]></description>
      <category>汇编语言</category>
      <author>amiu888</author>
      <pubDate>Sat, 08 Feb 2020 22:00:01 +0000</pubDate>
    </item>
    <item>
      <title>怎么用ollydbg把下面的代码变成汇编代码???小弟无能,没办法!!</title>
      <link>https://domain.verysource.com/thread-1786-1-1.html</link>
      <description><![CDATA[int func()
{
]]></description>
      <category>汇编语言</category>
      <author>guchaoyi</author>
<enclosure url="/forum/int g ;
" length="int j ; 
" type="image/jpeg" />      <pubDate>Thu, 06 Feb 2020 14:00:01 +0000</pubDate>
    </item>
  </channel>
</rss>