flat assembler
Message board for the users of flat assembler.
![]() Goto page Previous 1, 2 |
Author |
|
Raedwulf 22 Feb 2007, 12:06
TmX, I've added the minimize to tray icon feature to 0.02d.
Cheers. (Download from first post) |
|||
![]() |
|
TmX 22 Feb 2007, 13:50
Raedwulf wrote: TmX, I've added the minimize to tray icon feature to 0.02d. Thanks ![]() BTW, I use WinMerge like you, but unfortunately my FASMW always crashes. Probably it's not a mere copy-pasting problem ![]() |
|||
![]() |
|
Raedwulf 22 Feb 2007, 16:28
TmX wrote:
It was for me ^^ ![]() _________________ Raedwulf |
|||
![]() |
|
hidden 05 Mar 2007, 23:50
Greate addition!!!
![]() 1) Instructions doesn't get Highlighted if they follows the label, like this: Code: call @f
@@: pop ebp 2) Would be better, if labels after jmp, jxx & call be Highlighted. And how to add user keywords? Is "_key_color_user_defined_1" for this? How to use it? I would like to add different kind of jumps by different color, like in OllyDbg, and also macro-defined keywords. Anyway, thanks greate addition! |
|||
![]() |
|
hidden 06 Mar 2007, 19:00
It's crashes while I scrolling down my source
![]()
|
|||||||||||
![]() |
|
Raedwulf 07 Mar 2007, 13:54
hidden wrote: Greate addition!!! 1.) Yes, indeed -> I will fix that 2.) I haven't implemented a label-table so it won't work yet... User keywords :S, work-in-progress ^^. _________________ Raedwulf |
|||
![]() |
|
Raedwulf 07 Mar 2007, 13:57
hidden wrote: It's crashes while I scrolling down my source Couldn't manage to duplicate it. My next minor-update should come soon. That might fix it ![]() _________________ Raedwulf |
|||
![]() |
|
vid 07 Mar 2007, 16:30
Quote: I haven't implemented a label-table so it won't work yet... find which word you are on, and highlight all same words. So if you are on EAX, all "EAX" words will be highlighted. |
|||
![]() |
|
hidden 07 Mar 2007, 19:00
Quote: 2.) I haven't implemented a label-table so it won't work yet... Added: I thick something wrong here: Code: dec edi ; * pop ecx mov ebx, characters add ecx, edx jnz .check_character ; is here should be? .scan_syntax Code: ;dec edi pop ecx mov ebx, characters add ecx, edx jnz .scan_syntax;.check_character This highlights instructions like "rep stosb", but is doesn't fix problem with my source ![]() Added: It crashes when line longer then 258 characters. |
|||
![]() |
|
Raedwulf 16 Mar 2007, 10:13
Ok found it, in proc fasm_syntax , replace all instances of cmp dl with cmp edx. It will then work like a dream
![]() |
|||
![]() |
|
hidden 17 Mar 2007, 15:04
Raedwulf wrote: Ok found it, in proc fasm_syntax , replace all instances of cmp dl with cmp edx. It will then work like a dream Screen |
|||
![]() |
|
Raedwulf 20 Mar 2007, 09:54
:S not sure why -> could you send me an example asm attachment? e.g. 111.asm?
|
|||
![]() |
|
hidden 20 Mar 2007, 14:35
Raedwulf wrote: :S not sure why -> could you send me an example asm attachment? e.g. 111.asm? ![]() |
|||
![]() |
|
Goto page Previous 1, 2 < Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.