; Nama
; NIM
; Matkul
; Tugas 1
.386
.model flat,stdcall
.stack 4096
ExitProcess proto,dwExitCode:dword
.data
sum DWORD ?
.code
main proc
mov eax, 6
add eax, 3
sub seax, 4
imul eax, 8
invoke ExitProcess, 0
main endp
end main
The windows below pops up whenever I try to debug the code, I've changed the debug to x86