News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

HJWASM 2.30

Started by aw27, May 10, 2017, 12:25:47 AM

Previous topic - Next topic

aw27

Something appears to be wrong because version 2.30 is available for download for more than 1 week but not announced here which is somewhat abnormal. I exchanged a number of private messages with Johnsa till that time, then silence. I hope it is nothing serious.

habran

Everything is fine, we are just very busy with with finalizing v2.31 :biggrin:
Cod-Father

Adamanteus

#2
With MLib looks not, in StoreAutoMacro for saving original code of macro, better work with copy of string :
Code (c) Select

if (store_data) {
int j;
uint_8 phs = 0;
j = strlen(src);
*nextline = LclAlloc(sizeof(struct srcline) + j);
(*nextline)->next = NULL;
memcpy((*nextline)->line, src, j + 1);
if (mindex)
phs = store_placeholders((*nextline)->line, mnames);
(*nextline)->ph_count = phs;
nextline = &(*nextline)->next;


johnsa

It's definitely right the way it is, if you try that version everything will break very badly :)