首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 嵌入开发 > 汇编语言 >

怎么用论坛代码框

2012-02-20 
如何用论坛代码框?[codeAssembly][/code]moveax, 0f0f0f0hmovebx, 0call_@G_Fullmoveax, [esp]call_@WinS

如何用论坛代码框?
[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 

热点排行