Search found 62 matches

by vitsoft
15 Apr 2023 10:52
Forum: This phpBB forum
Topic: MailTester
Replies: 2
Views: 161018

Re: MailTester

Testing mail notifications
by vitsoft
21 Sep 2022 17:43
Forum: This phpBB forum
Topic: phpBB updated
Replies: 2
Views: 239445

phpBB updated

phpBB was updated to version 3.3.8 today.
by vitsoft
08 Oct 2020 19:15
Forum: Questions and answers
Topic: align
Replies: 1
Views: 134971

Re: align

Since version 20180928 EuroAssembler uses HINT_NOP for alignment in code section when CPU level is 686 or X64.
This instruction is not available on older processors, €ASM emits combination of legacy do-nothing-instructions in this case, such as XCHG reg,reg or LEA reg,[reg] .
For instance, when we ...
by vitsoft
22 Sep 2020 18:34
Forum: Wish list
Topic: Presentation
Replies: 1
Views: 253704

Re: Presentation

Hi Rick, Intel manuals are important but not much suitable for learning the assembly language. You may prefer some tutorials.
by vitsoft
08 Jun 2020 22:08
Forum: Questions and answers
Topic: detailed Tutorial in Euroasm
Replies: 3
Views: 191555

Re: detailed Tutorial in Euroasm

Rozumím Vám správně ?
I'm afraid not. Neither do I understand your response when it was mechanically translated to Czech language, please let's stick by English.

Machine instructions MOV, ADD, CALL etc are the same as in most other assemblers, you can use Intel manuals or any tutorial of your ...
by vitsoft
08 Jun 2020 12:21
Forum: Questions and answers
Topic: detailed Tutorial in Euroasm
Replies: 3
Views: 191555

Re: detailed Tutorial in Euroasm

Welcome to the exciting world of assembler, ialmiew1 !
that can have access to the internal Windows functions (let's, say, C/C++-like functions, similar to those presented in windows.h) - is that true ?
Of course, you can use any of functions defined in Windows API and link other functions from ...
by vitsoft
02 Apr 2019 20:12
Forum: New releases
Topic: Version 20190402
Replies: 0
Views: 162605

Version 20190402

Release date: 2019 Apr 2
TimeStamp: 1554163200
File size: 4285062
File hash MD5: 045E3181C5570F486D5FBB3D406E8880
What's new:
Relative proxy jumps in [.idata] section in PE64 format changed to ADDR=ABS.
Virtual segment size is now trimmed to the raw emitted size at the start of linker.
Size ...
by vitsoft
19 Mar 2019 22:46
Forum: Questions and answers
Topic: Invoke
Replies: 10
Views: 490230

Re: Invoke

Invokation of Windows ABI was substantially rewritten in this March release, I guess that you might like the Fastmode=Yes variant
https://euroassembler.eu/maclib/winabi.htm#WinABI
by vitsoft
19 Mar 2019 22:11
Forum: New releases
Topic: Version 20190319
Replies: 0
Views: 146698

Version 20190319

Release date: 2019 Mar 19
TimeStamp: 1552953600
File size: 4282019
File hash MD5: 9DFFFCD7783F522B484F2882839B00D9
What's new:
Pseudoinstruction %SETB with no operand is now evaluated as 0 (false).
€ASM no longer creates record in COFF symbol table for pseudosegment [.scalars]. COFF based ...
by vitsoft
13 Jan 2019 16:16
Forum: New releases
Topic: Version 20190113
Replies: 0
Views: 148503

Version 20190113

Release date: 2019 Jan 13
TimeStamp: 1547337600
File size: 3998344
File hash MD5: 7AF604B5D036582518949B69578208C3
What's new:
Literal symbols with different notation but identical value, such as =W 5, =W +5, =W(2+3), now occupy the same memory in literal section.
Linker of PE/DLL format ...