0
program test_idea;
#include( "stdlib.hhf" );
static
begin test_idea;
   mov(6, ecx);
   malloc(ecx);
   mov(30, ecx);
   mov(ecx, [eax + 5]);
   mem.free(eax);
end test_idea;

なぜこれが機能しないのかわかりません。hlaとアセンブリを使用しています。

4

1 に答える 1