会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
庚武讲堂
“庚武讲堂” v.gw66.net - 专业编程培训 · 最新IT资讯
CnBlogs
Home
New Post
Contact
Admin
Subscription
上一页
1
···
9
10
11
12
13
14
15
16
17
···
92
下一页
2015年5月5日
C++内嵌汇编代码,简单文件加密
#include #include using namespace std;int main(int argc, char* argv[]){ if(argc >encryptMask; if(encryptMask 255){ cout<<"between 0 and 2...
Read More
posted @ 2015-05-05 18:25 庚武
Views(502)
Comments(0)
Diggs(0)
2015年5月4日
汇编查看StackFrame栈帧
INCLUDE Irvine32.incmyProc PROTO, x:DWORD, y:DWORD.data.codemain proc mov eax,0EAEAEAEAh mov ebx,0EBEBEBEBh INVOKE myProc, 1111h, 2222h ex...
Read More
posted @ 2015-05-04 15:19 庚武
Views(507)
Comments(0)
Diggs(0)
2015年5月2日
cdecl和stdcall调用约定-汇编演示
.386.model flat, stdcall.stack 4096ExitProcess PROTO, dwExitCode:DWORD.dataval2 sdword 1result dword ?.codemain proc call Example_cdecl call Exa...
Read More
posted @ 2015-05-02 18:30 庚武
Views(668)
Comments(0)
Diggs(1)
2015年4月29日
汇编获取键盘输入,及改变文本颜色
data segment pkey db "press (rgb) key to change color:$"endsstack segment dw 128 dup(0)endscode segmentstart: mov ax,data mov ds,ax...
Read More
posted @ 2015-04-29 15:53 庚武
Views(484)
Comments(0)
Diggs(0)
XLAT转码:以DS:【BX+AL】为地址,提取存储器中的一个字节再送入AL
data segment a db 1,2,3,4,5,6,7,8,9 b dw 0 ;sum of a table db 11h,22h,33h,44h,55h,66h,77h,88h,99h endscode segmentstart: mov ax,data...
Read More
posted @ 2015-04-29 12:00 庚武
Views(437)
Comments(0)
Diggs(0)
2015年4月28日
应中DOS中断显示字符串(摘自《汇编语言》王爽)
data segment s1 db 'Good,better,best,$' s2 db 'Never let it rest,$' s3 db 'Till good is better,$' s4 db 'And better,best.$' s dw offset...
Read More
posted @ 2015-04-28 23:43 庚武
Views(342)
Comments(0)
Diggs(0)
2015年4月25日
汇编显示彩色字
参考《汇编语言》-- 王爽data segment s1 db "welcome " l1 equ $-s1 s2 db "to " l2 equ $-s2 s3 db "fasm!" l3 equ $-s3 green db 0...
Read More
posted @ 2015-04-25 23:11 庚武
Views(487)
Comments(0)
Diggs(0)
2015年4月22日
汇编ASCII大小写转换(字符串长度$的用法)
data segment first db "BaSiC" db "iNfOrMaTiOn" len equ $-first ;×Ö·û´®³¤¶Èendscode segmentstart: mov ax, data mov ds, ax ...
Read More
posted @ 2015-04-22 18:10 庚武
Views(540)
Comments(0)
Diggs(0)
2015年3月6日
SQLite.net发布后找不到"SQLite.Interop.dll"的问题
http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wikisqlite-netFx40-static-binary-bundle-Win32-2010-1.0.96.0.zipsqlite-netFx40-static-...
Read More
posted @ 2015-03-06 23:34 庚武
Views(426)
Comments(0)
Diggs(0)
2015年2月26日
Self Test Video
该文被密码保护。
Read More
posted @ 2015-02-26 16:56 庚武
Views(4)
Comments(0)
Diggs(0)
上一页
1
···
9
10
11
12
13
14
15
16
17
···
92
下一页
公告