asm tag

2 questions


1 answers
350 views
0
Please let me know if you have any difficulties with the wasm memory management method.

Thank you for your help.I'm studying wasm based on a book called Hands-on WebAssembly, and I hear that wasm's memory management uses JavaScript's ArrayBuffer, so I can't use the malloc function of the...

1 years ago

1 answers
130 views
0
Even if you change the code, the previously executed value continues to appear.

INCLUDE Irvine32.inc.datastr1 BYTE Color output is easy!,0.codemain PROC mov eax, yellow + (blue * 16) call SetTextColor mov edx, OFFSET str1 call WriteString call Crlfexitmain ENDPEND mainColor outpu...

2 years ago

© 2024 OneMinuteCode. All rights reserved.