登录
首页 » 汇编语言 » 实现与windows记事本类似的界面与功能,在masm32下汇编运行,注释详细。...

实现与windows记事本类似的界面与功能,在masm32下汇编运行,注释详细。...

于 2022-04-15 发布 文件大小:56.24 kB
0 159
下载积分: 2 下载次数: 1

代码说明:

实现与windows记事本类似的界面与功能,在masm32下汇编运行,注释详细。-Implementation and windows Notepad like interface and functions under the masm32 assembly operation, detailed comments.

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

发表评论

0 个回复

  • 这是一个判断某一年是否为润年的程序,运行可执行程序Ifleap.exe后,输入具体的年份, 可输出是本年是否为闰年的提示信息。...
    这是一个判断某一年是否为润年的程序,运行可执行程序Ifleap.exe后,输入具体的年份, 可输出是本年是否为闰年的提示信息。-This a judgment of whether a particular year of a leap year, the running executable Ifleap.exe after importation of specific year, the output this year is a leap year if the message.
    2022-10-18 18:10:03下载
    积分:1
  • LED 闪烁 h 文件
    是领导闪烁程序。A 发光二极管 (LED) 是一种两个铅半导体光源。它是一个基本的 pn 结二极管, 其中发出光激活时。[7] 当拟合电压对引线,电子是能够与重组电子孔内的设备,能量以光子的形式释放。 这种效应称为电致发光,和(对应的光子的能量) 的光的颜色由能带隙的半导体。
    2022-04-08 00:30:14下载
    积分:1
  • 字典排序单词表中插入单词文件操作和字符串操作
    字典排序单词表中插入单词汇编语言文件操作和字符串操作-word dictionary ranking table, insert the word assembly language file manipulation and string manipulation
    2022-08-14 22:13:36下载
    积分:1
  • Windows环境下32位程序设计配套书源码第10章
    Windows环境下32位汇编语言程序设计配套书源码第10章-Windows Environment 32-bit assembly language programming book source package Chapter 10
    2023-01-24 03:15:03下载
    积分:1
  • ofdm系统全局函数,包括可视化窗口的定义
    ofdm系统全局函数,包括可视化窗口的定义-OFDM system, global function, including the definition of visualization window
    2022-02-12 07:55:21下载
    积分:1
  • 一个用WIN32的兔子繁殖问题,可以计算几个月后兔子的数目
    一个用WIN32编的兔子繁殖问题,可以计算几个月后兔子的数目-A series of rabbit with WIN32 reproductive problems, can be calculated a few months later the number of rabbit
    2022-07-08 02:37:28下载
    积分:1
  • 代码实现一个圆形的先入先出(FIFO)缓冲器…
    To write assembly code to implement a circular First In First Out (FIFO) buffer in the data memory of PIC18F452 microcontroller, using the microcontroller’s direct addressing mode and indirect addressing mode. To expand on the FIFO assignment and implement the FIFO solution on the QWIKFLASH PIC target board and display the FIFOSTATUS as LED indicators. Recall: Flags within a file register called FIFOSTATUS: • Bit 0: FIFO_full • Bit 1: FIFO_empty • Bit 2: attempt_2_read when FIFO_empty • Bit 3: attempt_2_write when FIFO_full
    2023-05-10 17:35:03下载
    积分:1
  • 51 compilation prepared by CRC
    用51汇编编写的CRC-4校验程序,生成多项式g(x) = x4 + x + 1, 非常适合数据量不大的场合.-51 compilation prepared by CRC-4 checksum procedure to generate the polynomial g (x) = x4+ X+ 1, the amount of data is not very suitable for the occasion.
    2022-06-30 13:41:17下载
    积分:1
  • 想学1602的,看了这个你就明白了(我的学习过程)
    想学1602的,看了这个你就明白了(我的学习过程)- Wants to study 1602, looked at this you to understand (my study process)
    2023-02-11 23:30:03下载
    积分:1
  • DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A...
    DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 3 MOV BX,300 ;内存基址(1面) MOV DH,01 ;磁头号01 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 20 ;返回dos 初学汇编,请各位多多指教!-Debug on the production of Rising antivirus software key source disk MOV BX, 200 memory base address (0 face) MOV DH, 00 head No. 00 MOV DL, 00 drive No. 00 (A disk) MOV CX, 4F01 4F (ie 79) of track that is on the 1st sector (CH = 4F CL = 01) MOV AH, 05 formatted track MOV AL, 09 consecutive read 9 sector INT 13 call on the 13th interruption INT 3 MOV BX, 300 memory base address (1 side) MOV DH, 01 head No. 01 MOV DL, 00 drive No. 00 (A disk) MOV CX, 4F01 4F (ie 79) of track that is on the 1st sector (CH = 4F CL = 01) MOV AH, 05 formatted track MOV AL, 09 consecutive read 9 sector INT 13 call on the 13th
    2023-06-25 06:50:03下载
    积分:1
  • 696516资源总数
  • 106637会员总数
  • 8今日下载