怎么用论坛代码框

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