; SYMBDUMP.INC
setup_dump_header:
xor eax,eax ; MOVNTQ EAX, 0
mov ecx,38h shr 2 ; This is just $0E AKA 14
rep stos dword [edi] ; !!! CRASH HERE !!!
mov ebx,edi
mov dword [ebx-38h],'fas'+1Ah shl 24
mov dword [ebx-38h+4],VERSION_MAJOR + VERSION_MINOR shl 8 + 38h shl 16
mov dword [ebx-38h+10h],38h
ret
prepare_preprocessed_source:
mov esi,[memory_start]
mov ebp,[source_start]
test ebp,ebp
jnz prepare_preprocessed_line
mov ebp,[current_line]
inc ebp
The debug stuff brewing not getting properly disabled when using the calculator ?
Typed [1] [SPACE] [S] BOOM
Reproductibility in not
ALWAYS - needs memory polluted by some other app
