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, ... 19, 20, 21  Next
Author
Thread Post new topic Reply to topic
ouadji



Joined: 24 Dec 2008
Posts: 1081
Location: Belgium
ouadji 26 Mar 2010, 15:48

just a small question

Here the data found at the beginning of each line : 4 dword

1) address of the next line.
and i think with bit n°0 = 1 for extended line over 240 characters
I have to check that.

2) address of the previous line.
3) number of characters
4) ? <---

The dword n°4 seems available.
Is it really available ?

Can I safely use it ?

Thank you Tomasz Smile

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



Joined: 24 Dec 2008
Posts: 1081
Location: Belgium
ouadji 27 Mar 2010, 08:30

I feel that I have not asked a good question.

The "0F0h" secrets Very Happy

( Wink )

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



Joined: 16 Jun 2003
Posts: 8358
Location: Kraków, Poland
Tomasz Grysztar 29 Mar 2010, 14:55
ouadji wrote:
The dword n°4 seems available.
Is it really available ?

Can I safely use it ?

You can find the answer in the docs I already pointed you to.
AsmEdit core documentation wrote:
SEGMENT_HEADER_LENGTH = 16
The length of the header of a segment. Only the bytes after the
header are available for the actual text data. This length must be a
multiple of four, and needs to be at least 16. Those first four double
words are used by core, if the header is defined to be longer, the
additional double words may be used freely by the interface.
Post 29 Mar 2010, 14:55
View user's profile Send private message Visit poster's website Reply with quote
ouadji



Joined: 24 Dec 2008
Posts: 1081
Location: Belgium
ouadji 30 Mar 2010, 12:06

thank you Tomasz for your reply.
Quote:

Those first four double words are used by core
hummm ... the fourth double word is not used by core 0.94.01.
I am not absolutely sure, but I do not think so.
but hey ... matter much, I have done differently.
Quote:
Try also making some large source with large multi-line comments,
start at beginning of the file, press Ctrl+PgDn (it goes to the end of file) and then slowly scroll up Smile
this, above, it's ok Tomasz with version in progress ! Wink
Full management also of comments in long lines,
copy block .... full result. Razz

I soon finished, with great results!

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



Joined: 24 Dec 2008
Posts: 1081
Location: Belgium
ouadji 02 Apr 2010, 06:42
Razz

FASMW

+ multiline/block comment with "highlight/lowlight"

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


Last edited by ouadji on 10 Apr 2010, 20:30; edited 1 time in total
Post 02 Apr 2010, 06:42
View user's profile Send private message Send e-mail Reply with quote
shutdownall



Joined: 02 Apr 2010
Posts: 517
Location: Munich
shutdownall 03 Apr 2010, 20:27
Seems quite interestant
I tried to use but I have no rar extraction utility.
I tried to install Free RAR Extract Frog but my antivir package in Comodo warns for a possible virus.
Does anybody know a really trustable RAR extraction utility on the web ?

Thanx 4 help.
Shocked

PS: Why not use standard ZIP ?
Post 03 Apr 2010, 20:27
View user's profile Send private message Send e-mail Reply with quote
ouadji



Joined: 24 Dec 2008
Posts: 1081
Location: Belgium
ouadji 03 Apr 2010, 21:13

Razz ZIP

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


Last edited by ouadji on 10 Apr 2010, 20:30; edited 1 time in total
Post 03 Apr 2010, 21:13
View user's profile Send private message Send e-mail Reply with quote
shutdownall



Joined: 02 Apr 2010
Posts: 517
Location: Munich
shutdownall 03 Apr 2010, 21:36
Thanx !
Works fine after extraction.
Could you submit the source file ?
Because I want to disable the horrible ESC function (close file on ESC).
Post 03 Apr 2010, 21:36
View user's profile Send private message Send e-mail Reply with quote
ouadji



Joined: 24 Dec 2008
Posts: 1081
Location: Belgium
ouadji 03 Apr 2010, 22:01

source files ...
ok, no problem, but tomorow.

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



Joined: 24 Dec 2008
Posts: 1081
Location: Belgium
ouadji 04 Apr 2010, 08:56
Razz

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


Last edited by ouadji on 10 Apr 2010, 20:31; edited 1 time in total
Post 04 Apr 2010, 08:56
View user's profile Send private message Send e-mail Reply with quote
ouadji



Joined: 24 Dec 2008
Posts: 1081
Location: Belgium
ouadji 06 Apr 2010, 20:47

some problems fixed

PS: version 4.1, sorry, I forgot a breakpoint int3 in the code. Rolling Eyes

version 4.2 ok below.



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


Last edited by ouadji on 06 Apr 2010, 23:21; edited 2 times in total
Post 06 Apr 2010, 20:47
View user's profile Send private message Send e-mail Reply with quote
shutdownall



Joined: 02 Apr 2010
Posts: 517
Location: Munich
shutdownall 06 Apr 2010, 21:34
Hmmmmmm.
I tried to compile your source files.
There are many files missing.
Following errors found when compiling:

include '..\..\version.inc'

include '..\memory.inc'
include '..\navigate.inc'
include '..\edit.inc'
include '..\blocks.inc'
include '..\search.inc'
include '..\undo.inc'

error message file not found ?!

You fixed some problems but without source.
Can you please check ?

Thanx
Smile
Post 06 Apr 2010, 21:34
View user's profile Send private message Send e-mail Reply with quote
ouadji



Joined: 24 Dec 2008
Posts: 1081
Location: Belgium
ouadji 06 Apr 2010, 22:21

the missing files are in the original pack of FASM (for windows) clic
(except PREPROCE.INC, this file is modified too)

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


Last edited by ouadji on 10 Apr 2010, 20:31; edited 1 time in total
Post 06 Apr 2010, 22:21
View user's profile Send private message Send e-mail Reply with quote
shutdownall



Joined: 02 Apr 2010
Posts: 517
Location: Munich
shutdownall 07 Apr 2010, 19:11
Okay - this was because I made a subdirectory (new level).
So references are not at the same directory level.
I changed now and made new directory at the same level.
Now compilation is no problem (without errors).
And I can start FASMW.EXE (new compiled version).
But is not working very good.

I can open a file, but it is presented like all comment (no syntax highlighting).
When I change size of window (editor) the IDE seems to hang.
I can resize main window but inner window is not following and no more function (compile CTRL-F9 for example).
Maybe old version ?
You put a new version but not as source.
Maybe you corrected something ?
Post 07 Apr 2010, 19:11
View user's profile Send private message Send e-mail Reply with quote
ouadji



Joined: 24 Dec 2008
Posts: 1081
Location: Belgium
ouadji 07 Apr 2010, 21:36

Quote:

But is not working very good ... Very Happy

everything works perfectly Wink

FASMW Multiline highlight/lowlight
All in one-wink 4.2/SOURCE_wink_4.2/IDE/FASMW/Double_click_here.bat
and
FASM (only the compiler - multiline)
All in one-wink 4.2/SOURCE_wink_4.2/WIN32/Double_click_here.bat

after, to test it :
All in one-wink 4.2/SOURCE_wink_4.2/IDE/FASMW/
FASMW_wink_4.2.exe ----> TEST_for_wink_4.2.asm

or,
All in one-wink 4.2/
FASMW_wink_4.2.exe ----> TEST_for_wink_4.2.asm

(everything is ready for immediate use in this sub-directory)



maximum 2000 lines of code with this version.
because I don't use dynamic memory allocation (not yet)

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


Last edited by ouadji on 21 Sep 2010, 20:19; edited 1 time in total
Post 07 Apr 2010, 21:36
View user's profile Send private message Send e-mail Reply with quote
edemko



Joined: 18 Jul 2009
Posts: 549
edemko 08 Apr 2010, 21:07
CTRL+A fails sometimes.
As for me rev.7 is the most stable though have not tried rev.8.
You'd have some rest, no jerking, emotions...
Post 08 Apr 2010, 21:07
View user's profile Send private message Reply with quote
ouadji



Joined: 24 Dec 2008
Posts: 1081
Location: Belgium
ouadji 08 Apr 2010, 21:20
thank you for feedback.
Quote:

You'd have some rest, no jerking, emotions...
sorry, my English is not very good and I don't quite understand
the meaning of this last sentence.
Quote:
CTRL+A fails sometimes.

What exactly happens?
Quote:
As for me rev.7 is the most stable though have not tried rev.8
the version of multiline compiler in wink4.2 is the lastest version (fasm_wink_4.2.exe)
Have you tried? have you had a problem with it?

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


Last edited by ouadji on 08 Apr 2010, 21:36; edited 1 time in total
Post 08 Apr 2010, 21:20
View user's profile Send private message Send e-mail Reply with quote
edemko



Joined: 18 Jul 2009
Posts: 549
edemko 08 Apr 2010, 21:33
CTRL+A is fine. Excuse me, ALT+INS might had been pressed before.
Hope that's true, things become nervous.
The last sentence in a phrase: "RELAX" Smile
Post 08 Apr 2010, 21:33
View user's profile Send private message Reply with quote
ouadji



Joined: 24 Dec 2008
Posts: 1081
Location: Belgium
ouadji 08 Apr 2010, 21:47

relax ... Razz
yes, you're right !
I like things that work perfectly
I am a bit of a perfectionist ... I think so.
ok ... a deep breath, and relax ! Wink

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



Joined: 02 Apr 2010
Posts: 517
Location: Munich
shutdownall 08 Apr 2010, 21:55
ouadji wrote:
[size=14]
Quote:

But is not working very good ... Very Happy

everything works perfectly Wink



The binary is working, maybe but not the source you put here.
When compiling original source everything works fine.
No compilation errors but lack of editor function.
Rolling Eyes
Post 08 Apr 2010, 21:55
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:  
Goto page Previous  1, 2, 3, ... 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-2025, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.