News:

Download Pelles C here: http://www.pellesc.se

Main Menu

TEXTEQU statement freezing Poasm

Started by Vortex, Yesterday at 09:03:13 PM

Previous topic - Next topic

Vortex

Hi Pelle,

This code portion below is freezing Poasm Version 14.00.00 :

.386
.model flat,stdcall
option casemap:none

ExitProcess PROTO :DWORD
MessageBoxA TEXTEQU <MessageBoxA>

.code

start:

    invoke  MessageBoxA,0,0,0,0
    invoke  ExitProcess,0

END start

MessageBoxA TEXTEQU <MessageBoxA> is not meaningful but this should not lock the assembler.
Code it... That's all...