Code: Select all
PrintN("Hello World")
Open MS-Dos window, execute the resulting executable.
And
"Unhandled exception in bumprev.exe: 0xC0000094: Integer Divide by Zero"
004015AB mov si,word ptr ds:[40306Ah]
004015B2 mov ax,[0040306C]
004015B8 mov cx,word ptr ds:[403066h]
004015BF mul ax,cx
004015C2 add ax,si
004015C5 add ax,di
>>>>004015C8 div al,cl
004015CA mov [0040306C],al
004015CF mov byte ptr ds:[40306Ah],ah
004015D5 push dword ptr ds:[40306Ah]
004015DB push dword ptr ds:[403062h]
004015E1 call 00401A60
004015E6 pop esi
x86 Asm means gibberish to me, 64k asm well I'd have a chance with that, but I guess someone would know what all that means, came from MS-VC++ 6.0



