文件名称:poplist
- 所属分类:
- 汇编语言
- 资源属性:
- [Windows] [Visual C] [Basic/ASP] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 4kb
- 下载次数:
- 0次
- 提 供 者:
- 闫**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
字符串转换事例,摆脱masm的人为字符串长度限制-This program shows a useful trick to get around an artificial limit that
MASM imposes on the length of string data. It loads a long string that
is delimited by a single zero and terminated by two zeros, reads each
entry and loads each entry into the list box. This allows very large
numbers of entries to stored in an EXE file without clumsy multiple
addressing for the entries in the data section.
Use the included QBASIC file to convert a list of text items into the
format needed below. There is no practical limit imposed on this
technique so you can make large lists in this manner.
MASM imposes on the length of string data. It loads a long string that
is delimited by a single zero and terminated by two zeros, reads each
entry and loads each entry into the list box. This allows very large
numbers of entries to stored in an EXE file without clumsy multiple
addressing for the entries in the data section.
Use the included QBASIC file to convert a list of text items into the
format needed below. There is no practical limit imposed on this
technique so you can make large lists in this manner.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
poplist
.......\list.asm
.......\list.txt
.......\poplist.asm
.......\poplist.exe
.......\qbconvrt.bas
.......\list.asm
.......\list.txt
.......\poplist.asm
.......\poplist.exe
.......\qbconvrt.bas