flat assembler
Message board for the users of flat assembler.
![]() Goto page Previous 1, 2, 3 ... 7, 8, 9 ... 19, 20, 21 Next |
Author |
|
ouadji 26 Aug 2010, 23:14
absurdity of my share in wink 6.50 (sorry) Wink 6.51 is available ![]() Last edited by ouadji on 27 Aug 2010, 10:10; edited 2 times in total |
|||
![]() |
|
edemko 27 Aug 2010, 07:50
ouadji
upload wink at some file-exchange service please i re-uploaded the file and put the link at another website so that it becomes wide-spread |
|||
![]() |
|
ouadji 27 Aug 2010, 08:08
hi edemko, ok, no problem, i let you do that! |
|||
![]() |
|
edemko 27 Aug 2010, 08:21
wink opens 1st file
wink crashes on 2nd file http://board.flatassembler.net/topic.php?p=115459#115459 ![]() |
|||
![]() |
|
ouadji 27 Aug 2010, 09:32
do you want that Wink also manages the characters greater than 7Fh ? but ... this proposal doesn't make much sense because the fasm compiler does not manage characters greater than 7Fh either! Last edited by ouadji on 06 Sep 2010, 22:26; edited 1 time in total |
|||
![]() |
|
ouadji 30 Aug 2010, 00:56
I noticed there was a small problem about labels "@@:" ... it's indeed a special case compared to all other labels (local, global, proc). With this latest version 6.51, these labels "@@:" are considered like global labels... it's a big error! I am working to fix this. This is a special case that seems simple enough, but it's in fact a real difficulty. a label "@@:" must be highlighted , but it must be taken into account in no databases labels. The next version 6.52 will fix that! |
|||
![]() |
|
ouadji 05 Sep 2010, 10:02
Wink 6.52
(1.69.19 - 0.95.02 - 05 Sep 2010) Last edited by ouadji on 21 Sep 2010, 20:31; edited 1 time in total |
|||
![]() |
|
bitRAKE 06 Sep 2010, 06:15
This has become a very nice alternative. Even with my wacky coding style it is performing well. I'll be dropping PSPad and using this for my FASM work. The single quote support in numbers is great.
Why are all the other files distributed with Wink? |
|||
![]() |
|
ouadji 06 Sep 2010, 07:47
Quote:
Just a easy way for those who downloads Wink and allow them to compile without having to do anything more. The only file needed to Wink is the file "key_W.wink". Quote:
![]() The single quote support in numbers is not a Wink feature, but a original fasmw feature. |
|||
![]() |
|
ouadji 07 Sep 2010, 21:30
Soon, Wink 6.53. Wink 6.53 will allow the words in uppercase or lowercase, or a mix of both. key_W.wink will be updated to identify all instructions ((S) SSE3 SSE4/1/2/a, AVX, AES). EDIT : + the management of special Polish characters. If you notice a problem, please let me know. If you wish a particular feature, let me know also. ![]() Last edited by ouadji on 08 Sep 2010, 01:08; edited 1 time in total |
|||
![]() |
|
Tomasz Grysztar 07 Sep 2010, 21:51
I noticed that some of the labels that start with specific Polish characters are not recognized as labels and not highlighted properly, example in the attachment (file in Windows 1250 codepage).
|
|||||||||||
![]() |
|
ouadji 07 Sep 2010, 22:46
![]() |
|||
![]() |
|
Tomasz Grysztar 07 Sep 2010, 22:50
Yes, 8Fh also causes this problem. Or what is your question?
|
|||
![]() |
|
ouadji 07 Sep 2010, 23:01
ok. 0A5h, 0C6h, 0CAh, 0A3, 0D1h ..... Wink 6.52 doesn't manage characters greater than 7Fh. It's not a big problem. I will fix this in next Wink. Thank you Tomasz for feedback. |
|||
![]() |
|
edemko 08 Sep 2010, 05:28
As i know fasm creates a 256*2 table of chars. Am i wrong?
Open fasmw and search for something weird/absent. The answer will be "Text WEIRD/ABSENT" not found after current position. |
|||
![]() |
|
ouadji 08 Sep 2010, 07:48
FASMW or WINK ? Wink also uses something like that ... a array " x*2 ". (only for global labels) But it's not 256, and it's not a array of chars. It's a array of pointers (of strings). (At the end of each string there is also information about the string.) I use a personal system (home made). it's an alphabetical classification with "interlacing". It's very effective. That allows the alphabetically research, but also on all strings, with the same table. |
|||
![]() |
|
ouadji 08 Sep 2010, 20:42
![]() If you notice a problem, and/or If you want a particular feature, please let me know. Feedbacks and comments are welcome. thank you. Last edited by ouadji on 01 Feb 2011, 20:14; edited 2 times in total |
|||
![]() |
|
Tomasz Grysztar 08 Sep 2010, 21:09
That syntax highlighter knows which symbols are built-in and case-insensitive, and which ones are macros and case-sensitive is a nice feature, it may help people catch mistakes. Good work!
Though it highlights those macro words even for non-Windows program that don't use the Windows headers. Perhaps the ideal would be to scan the includes to find out what words got defined... but that might be just too complex and slow. However there is one thing which makes "wink" unusable to me. ![]() |
|||
![]() |
|
ouadji 08 Sep 2010, 21:19
Quote:
Quote:
it is obviously feasible. But the result must be in real-time, and I think that the computing time would become too long Quote:
EDIT : Esc key ... to close Wink ? ... like in fasmw, to close all ? Quote:
I think it would be possible because the scan of includes should be made only once and did not need to be continuously updated in real time. Last edited by ouadji on 08 Sep 2010, 21:42; edited 2 times in total |
|||
![]() |
|
Goto page Previous 1, 2, 3 ... 7, 8, 9 ... 19, 20, 21 Next < Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.