flat assembler
Message board for the users of flat assembler.

Index > IDE Development > bug ? (vertical insertion)

Author
Thread Post new topic Reply to topic
ouadji



Joined: 24 Dec 2008
Posts: 1081
Location: Belgium
ouadji 07 Aug 2010, 08:44
Code:
EDIT.INC
--------
       pop     [caret_position]
    retn
  go_to_next_line:
      mov     [caret_position],ebx
        mov     esi,[caret_line]
    skip_line_segments:
     mov     eax,[esi] <------------------- ; here (C0000005)
 btr     eax,0
       jnc     line_segments_skipped
       mov     esi,eax
    


FASMW (original 1.69.14) crash with multi vertical insertion. (series of vertical insertions. x15/x20)

With horizontal insertions, no problem.

_________________
I am not young enough to know everything (Oscar Wilde)- Image
Post 07 Aug 2010, 08:44
View user's profile Send private message Send e-mail Reply with quote
Tomasz Grysztar



Joined: 16 Jun 2003
Posts: 8359
Location: Kraków, Poland
Tomasz Grysztar 07 Aug 2010, 13:25
Fixed in the latest update.
Post 07 Aug 2010, 13:25
View user's profile Send private message Visit poster's website Reply with quote
ouadji



Joined: 24 Dec 2008
Posts: 1081
Location: Belgium
ouadji 07 Aug 2010, 14:30

thank you

_________________
I am not young enough to know everything (Oscar Wilde)- Image
Post 07 Aug 2010, 14:30
View user's profile Send private message Send e-mail 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.