Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
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とアセンブリを使用しています。