当前位置: 代码迷 >> 汇编语言 >> 怎么用论坛代码框
  详细解决方案

怎么用论坛代码框

热度:2459   发布时间:2013-02-26 00:00:00.0
如何用论坛代码框?
[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
  相关解决方案