flat assembler
Message board for the users of flat assembler.

Index > Main > FasmW New Generation ;)

Author
Thread Post new topic Reply to topic
Crukko



Joined: 26 Nov 2005
Posts: 118
Crukko 12 Jan 2006, 17:11
@: Tomasz Grysztar

Hi Tomasz!
I'm Trying get FasmW in new way as you can see in the source and the .exe files.
As I already posted, when I use AEM_GETLINE I get a line without the first caracter!

the procedure 'analizza' in EXT.asm has a loop: it must show every line of the current source, but you can see the bug!!!!
1. open a source (FASMW.asm Wink )
2. press F6.....Sad

the TreeWindow I put on the right (hope in the future can be sized!) is where I will put LABELs of the source....it will be a navigate window Wink
But I have more ideas to put in the source....

BTW, hope to behelpfull!!!


Description: Source + .exe (FasmW recompiled)
Download
Filename: New.rar
Filesize: 65.7 KB
Downloaded: 405 Time(s)

Post 12 Jan 2006, 17:11
View user's profile Send private message Reply with quote
Tomasz Grysztar



Joined: 16 Jun 2003
Posts: 8359
Location: Kraków, Poland
Tomasz Grysztar 12 Jan 2006, 17:29
Well, it seems there was a bug in the AEM_GETLINE handling. The new fasmw (1.65.7) includes the fix, you can also correct it yourself, find the code:
Code:
    get_line:
        mov     ecx,[esi+8]
        mov     [return_value],ecx
        mov     edi,[lparam]
        call    copy_from_line    

in ASMEDIT.INC and add:
Code:
        xor     edx,edx    

just before the "call".
Post 12 Jan 2006, 17:29
View user's profile Send private message Visit poster's website Reply with quote
Crukko



Joined: 26 Nov 2005
Posts: 118
Crukko 12 Jan 2006, 20:11
Great...now this work....

But there is a big problem!
When I compile I get 'error...the memory cannot be read at address....."
If I modify the source again it recompile, but if I add some lines again....the problem came back!

Very strange things! Sad
Post 12 Jan 2006, 20:11
View user's profile Send private message Reply with quote
Tomasz Grysztar



Joined: 16 Jun 2003
Posts: 8359
Location: Kraków, Poland
Tomasz Grysztar 12 Jan 2006, 20:30
What exactly error is it? What system are you using?
Post 12 Jan 2006, 20:30
View user's profile Send private message Visit poster's website Reply with quote
Crukko



Joined: 26 Nov 2005
Posts: 118
Crukko 12 Jan 2006, 20:44
I put the new .arc file
Now I'm on W2k, but at home i'm on WxpH
Try the .exe so you can see (opening a source file) the scan of the label Wink


Description:
Download
Filename: New2.rar
Filesize: 84.13 KB
Downloaded: 409 Time(s)

Post 12 Jan 2006, 20:44
View user's profile Send private message Reply with quote
Tomasz Grysztar



Joined: 16 Jun 2003
Posts: 8359
Location: Kraków, Poland
Tomasz Grysztar 12 Jan 2006, 21:39
As for that error, perhaps it was the same like the one here: http://board.flatassembler.net/topic.php?p=33928#33928 ?
Try re-downloading the latest fasmw, hope it will be OK this time.
Post 12 Jan 2006, 21:39
View user's profile Send private message Visit poster's website Reply with quote
Crukko



Joined: 26 Nov 2005
Posts: 118
Crukko 14 Jan 2006, 13:44
I read the post you wrote me...YES i'have the same error!!!
I'm downloading again the fasm archive....
let's see....
Post 14 Jan 2006, 13:44
View user's profile Send private message Reply with quote
Crukko



Joined: 26 Nov 2005
Posts: 118
Crukko 14 Jan 2006, 15:02
ok! that's work....

BUT NOW another problem Sad

after I loaded a Sorce and the scans get ok, if I select an item it doesn't get selected!!!!!!!!
Any suggestion??
Post 14 Jan 2006, 15:02
View user's profile Send private message Reply with quote
Crukko



Joined: 26 Nov 2005
Posts: 118
Crukko 14 Jan 2006, 15:09
sorry ....I'm talking about the TreeView ....
If I select an Item in the TreeView it doesn't get selected!!
Wink
Post 14 Jan 2006, 15:09
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.