读书人

怎么用论坛代码框

发布时间: 2012-02-20 21:18:24 作者: rapoo

如何用论坛代码框?
[code=Assembly][/code] mov eax, 0f0f0f0h
mov ebx, 0
call _@G_Full

mov eax, [esp]
call _@WinShow
mov eax, [esp + 4]
call _@WinShow
mov eax, [esp + 8]
call _@WinShow
mov eax, [esp + 12]
call _@WinShow
mov eax, [esp + 16]
call _@WinShow
mov eax, [esp + 20]
call _@WinShow

mov ecx, 0ff0000h
mov eax, 0
mov edi, 100 * 4 + 20 * 4096
[code=Assembly][/code]



[解决办法]
内容要放在
[code=Assembly][/code]
之间!!!!

Assembly code
mov eax, 0f0f0f0h  mov ebx, 0  call _@G_Full  mov eax, [esp]  call _@WinShow  mov eax, [esp + 4]  call _@WinShow  mov eax, [esp + 8]  call _@WinShow  mov eax, [esp + 12]  call _@WinShow  mov eax, [esp + 16]  call _@WinShow  mov eax, [esp + 20]  call _@WinShow  mov ecx, 0ff0000h  mov eax, 0  mov edi, 100 * 4 + 20 * 4096 

读书人网 >汇编语言

热点推荐