flat assembler
Message board for the users of flat assembler.
![]() Goto page Previous 1, 2 |
Author |
|
edemko 10 May 2010, 21:11
:и
|
||||||||||
![]() |
|
edemko 29 Jun 2010, 17:57
![]()
|
||||||||||
![]() |
|
edemko 04 Jul 2010, 12:52
Code: push [eax] ;ok when 'win32x.inc' push [eax] ;nok when 'win32ax.inc': "operand size not specified" 'win32x.inc' doesn't allow nesting too. Trying to experiment with fasmw.exe sources i get an error as that uses 'win32x.inc' and i do not. So i compile a DLL exporting functions for fasmw.exe. Feel stupido. Can it be fixed? Working for a Tool dialog box... tricky algos bumped agains my head when i ate pease... hope no more than 4KB of size will be added... |
|||
![]() |
|
LocoDelAssembly 04 Jul 2010, 15:00
Does 'win32x.inc' means 'win32*.inc'? In that case I've tried all of them but in all cases "operand size not specified" error happened.
|
|||
![]() |
|
edemko 04 Jul 2010, 17:26
i beg your pardon for wrong names:
Code: format pe gui 4.0 ;include 'win32a.inc' include 'win32ax.inc' entry $ ; stdcall p1,<stdcall p2,0> ;"invalid operand" on win32a.inc stdcall p1,[esp] ;"operand size not specefied" on win32ax.inc ret proc p1 param ret 4 endp proc p2 param ret 4 endp |
|||
![]() |
|
edemko 07 Jul 2010, 07:06
Hi.
Fasmw tool menu rebuild(i deleted previous post). Tomasz is asked now to do several line changes marked by ";;" only. Also i'd like you(TG) setting %FasmVictim% variable etc when "assign to compiler" menu pressed + setting its constituent vars: path/name/extension. edit 2010_07_09: added comments, removed gossips
Last edited by edemko on 08 Jul 2010, 22:04; edited 1 time in total |
||||||||||||||||||||
![]() |
|
edemko 07 Jul 2010, 16:17
fasmw.asm, ln. ~800:
Code: load_file: invoke CreateFile,[lparam],GENERIC_READ,FILE_SHARE_READ,0,OPEN_EXISTING,0,0 cmp eax,-1 je open_failed mov ebx,eax invoke GetFileSize,ebx,NULL inc eax ;; pushes push eax invoke VirtualAlloc,0,eax,MEM_COMMIT,PAGE_READWRITE or eax,eax ;; will not pop, yes? jz load_out_of_memory pop ecx |
|||
![]() |
|
edemko 06 Aug 2010, 15:05
![]() |
|||
![]() |
|
Tomasz Grysztar 06 Aug 2010, 15:46
Yeah, it's really high time for me to finish that plugin interface I promised. I may have some time for this two weeks from now. Well, I have the interface designed since at least five years, it's only the final implementation that I never really got into.
![]() |
|||
![]() |
|
edemko 09 Aug 2010, 04:07
Add "To Upper"/"To Lower" menu items please.
behind the post: Tomasz, i created parallel topic at www.wasm.ru about those floats: http://wasm.ru/forum/viewtopic.php?id=38222 The topic is useful. Float To Text with no fpu, not checked: http://wasm.ru/forum/viewtopic.php?id=35078 |
|||
![]() |
|
bitshifter 09 Aug 2010, 05:09
I would rather see 16bit obj support than some stupid plug-ins.
Maybe i can rally a crowd to prove how useful it really is... |
|||
![]() |
|
vid 09 Aug 2010, 07:09
Quote: Maybe i can rally a crowd to prove how useful it really is... Somehow I doubt that... |
|||
![]() |
|
Goto page Previous 1, 2 < Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.