flat assembler
Message board for the users of flat assembler.

Index > IDE Development > Wink 6.92.03 (vertical selection + compiling)

Goto page Previous  1, 2, 3, 4, 5, 6 ... 19, 20, 21  Next
Author
Thread Post new topic Reply to topic
ouadji



Joined: 24 Dec 2008
Posts: 1081
Location: Belgium
ouadji 26 Jun 2010, 16:56

edemko,

wink 4.5 is an older version
download wink 5.0 (just above)
it's ok with wink 5.0.


Image

_________________
I am not young enough to know everything (Oscar Wilde)- Image
Post 26 Jun 2010, 16:56
View user's profile Send private message Send e-mail Reply with quote
edemko



Joined: 18 Jul 2009
Posts: 549
edemko 03 Jul 2010, 14:58
Fin:e.
I do not know whether next bug is from wink 5.0: yesterday fasmw dropped down after i tried compiling a file, moreover source file became empty, that was real problem for me, but i had an archived copy and that was real bless for me. I do not remember Olly's code dump but there was a bt ... there and that was a small subproc of several bytes size.
Post 03 Jul 2010, 14:58
View user's profile Send private message Reply with quote
ouadji



Joined: 24 Dec 2008
Posts: 1081
Location: Belgium
ouadji 03 Jul 2010, 17:35
Quote:
yesterday fasmw dropped down after i tried compiling "a file"
Question

Please, give me this file, thank you

_________________
I am not young enough to know everything (Oscar Wilde)- Image
Post 03 Jul 2010, 17:35
View user's profile Send private message Send e-mail Reply with quote
edemko



Joined: 18 Jul 2009
Posts: 549
edemko 03 Jul 2010, 19:39
ouadji
It compiles now, as always before that accidend, ok.
I cannot name the reason.
Files taken from a "Helpful pics..." topic i'm busy in.
Not sure those could help you: there is strange code and many comments only.
I think that's a glitch once to be discovered.
Perform backups always.

http://board.flatassembler.net/download.php?id=5043
Post 03 Jul 2010, 19:39
View user's profile Send private message Reply with quote
ouadji



Joined: 24 Dec 2008
Posts: 1081
Location: Belgium
ouadji 03 Jul 2010, 21:03
Quote:
http://board.flatassembler.net/download.php?id=5043
I don't know if you are talking about this file ...
but this file compiles without problem for me with wink5.0.
Thank you for your feedback edemko !
let me know if this problem arises again.

_________________
I am not young enough to know everything (Oscar Wilde)- Image
Post 03 Jul 2010, 21:03
View user's profile Send private message Send e-mail Reply with quote
edemko



Joined: 18 Jul 2009
Posts: 549
edemko 03 Jul 2010, 21:27
ouadji, do you modify FLAGS.DF?
WinAPI is afraid of it set to 1(STD etc).
A think there was an api-call fail.
Could you open wink highlighter sources?
Post 03 Jul 2010, 21:27
View user's profile Send private message Reply with quote
ouadji



Joined: 24 Dec 2008
Posts: 1081
Location: Belgium
ouadji 03 Jul 2010, 22:04

yes, wink5.0 clears the flag DF ( CLD, in one place)
I'll fix this and restore the value of this flag to its original value.
just a little time ...
Quote:
Could you open wink highlighter sources?
sorry, i don't understand this .... open ???

_________________
I am not young enough to know everything (Oscar Wilde)- Image
Post 03 Jul 2010, 22:04
View user's profile Send private message Send e-mail Reply with quote
edemko



Joined: 18 Jul 2009
Posts: 549
edemko 03 Jul 2010, 22:11
check DF state right on your routine's entry
it may happen your piece called under different circumstanses - check for several times
good night and keep your eyes

edit:
Code:
...
you were asked about wink sources from ouadji or download links to the files
...
    

1:16
Post 03 Jul 2010, 22:11
View user's profile Send private message Reply with quote
ouadji



Joined: 24 Dec 2008
Posts: 1081
Location: Belgium
ouadji 03 Jul 2010, 22:22
Quote:

check DF state right on your routine's entry
it may happen your piece called under different circumstanses - check for several times
I'll save the state of this flag (and all other flags) and then just after restore it! (pushfd/popfd)
simply ... without worrying me about the state of this flag at the entry of wink5.0.

wink 5.0 sources? ok, no problem.
...but too late for tonight ! tomorrow ...

edit:
that being said, I doubt that this flag is the cause of this problem because this flag is changed several times in core of Fasm. (std AND cld, both opcode are used by TG ... but pushfd/popfd is never used in fasm core).

_________________
I am not young enough to know everything (Oscar Wilde)- Image
Post 03 Jul 2010, 22:22
View user's profile Send private message Send e-mail Reply with quote
edemko



Joined: 18 Jul 2009
Posts: 549
edemko 04 Jul 2010, 06:30
hi


Description:
Filesize: 8.67 KB
Viewed: 9837 Time(s)

wink.PNG


Post 04 Jul 2010, 06:30
View user's profile Send private message Reply with quote
ouadji



Joined: 24 Dec 2008
Posts: 1081
Location: Belgium
ouadji 04 Jul 2010, 09:00

ok, small glitch .... i will fix this too.
thank you edemko.

_________________
I am not young enough to know everything (Oscar Wilde)- Image
Post 04 Jul 2010, 09:00
View user's profile Send private message Send e-mail Reply with quote
ouadji



Joined: 24 Dec 2008
Posts: 1081
Location: Belgium
ouadji 04 Jul 2010, 16:09

a) The problem above, about "delete selection" ... fixed!
b) Now, Wink (5.1) is completely transparent. Wink51 doesn't affect registres and flags !.

Currently, I'm working on a better highlight-lowlight syntax for the command "over". (/*::over)
(And also other small improvements)

If you notice other problems, let me know!

_________________
I am not young enough to know everything (Oscar Wilde)- Image


Last edited by ouadji on 21 Sep 2010, 20:31; edited 1 time in total
Post 04 Jul 2010, 16:09
View user's profile Send private message Send e-mail Reply with quote
ouadji



Joined: 24 Dec 2008
Posts: 1081
Location: Belgium
ouadji 10 Jul 2010, 22:45
Image

I have found a small problem in this version 5.5.
I check it !

_________________
I am not young enough to know everything (Oscar Wilde)- Image


Last edited by ouadji on 10 Jul 2010, 23:32; edited 1 time in total
Post 10 Jul 2010, 22:45
View user's profile Send private message Send e-mail Reply with quote
edemko



Joined: 18 Jul 2009
Posts: 549
edemko 10 Jul 2010, 23:17
.I had to "enter a message while posting"


Description:
Filesize: 6.1 KB
Viewed: 10148 Time(s)

2010-07-11_021535.gif


Post 10 Jul 2010, 23:17
View user's profile Send private message Reply with quote
ouadji



Joined: 24 Dec 2008
Posts: 1081
Location: Belgium
ouadji 11 Jul 2010, 00:00
ok ... small problem with "appearance menu" ... fixed.

sorry ... it's always Like that!
there is always a last minute problem!
Razz

_________________
I am not young enough to know everything (Oscar Wilde)- Image


Last edited by ouadji on 21 Sep 2010, 20:24; edited 1 time in total
Post 11 Jul 2010, 00:00
View user's profile Send private message Send e-mail Reply with quote
Tyler



Joined: 19 Nov 2009
Posts: 1216
Location: NC, USA
Tyler 11 Jul 2010, 00:23
ouadji wrote:
edemko wrote:
Could you open wink highlighter sources?
sorry, i don't understand this .... open ???
I think he's asking if you could attach your modified Fasm sources. Whether he is or isn't, I'd like to see them. Could you attach them? I'm interested to see how you did it. I tried, and failed miserably.
Post 11 Jul 2010, 00:23
View user's profile Send private message Reply with quote
edemko



Joined: 18 Jul 2009
Posts: 549
edemko 11 Jul 2010, 00:38
Post 11 Jul 2010, 00:38
View user's profile Send private message Reply with quote
Tyler



Joined: 19 Nov 2009
Posts: 1216
Location: NC, USA
Tyler 11 Jul 2010, 00:44
Cool.
Post 11 Jul 2010, 00:44
View user's profile Send private message Reply with quote
ouadji



Joined: 24 Dec 2008
Posts: 1081
Location: Belgium
ouadji 11 Jul 2010, 01:01
Quote:
I'm interested to see how you did it. I tried, and failed miserably
Wink
Quote:
http://board.flatassembler.net/topic.php?t=11341&start=91 <--- wink 5.1 !!
yes but 5.5 (5.51 now) sources have greatly changed and evolved.

the active line highlighted .... hummmmm... Wink

(5.51 sources soon)

_________________
I am not young enough to know everything (Oscar Wilde)- Image


Last edited by ouadji on 11 Jul 2010, 01:14; edited 2 times in total
Post 11 Jul 2010, 01:01
View user's profile Send private message Send e-mail Reply with quote
Tyler



Joined: 19 Nov 2009
Posts: 1216
Location: NC, USA
Tyler 11 Jul 2010, 01:07
It's not green!!!

Edit: My 512th post! Smile
Post 11 Jul 2010, 01:07
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  
Goto page Previous  1, 2, 3, 4, 5, 6 ... 19, 20, 21  Next

< 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-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.