flat assembler
Message board for the users of flat assembler.
Index
> Windows > A nice CD player programmed with FASM |
Author |
|
EasyCode 16 Nov 2015, 22:09
Hello,
This is nice CD player programmed with FASM and Easy Code 2. Download it at: http://easycode.cat/English/Download/ECPlayer.zip Get the Easy Code 2.0 IDE at: http://www.easycode.cat/English/Download.htm Enjoy it! |
|||
16 Nov 2015, 22:09 |
|
jiangfasm 27 Nov 2015, 04:20
I really like your IDE.
|
|||
27 Nov 2015, 04:20 |
|
EasyCode 27 Nov 2015, 17:21
jiangfasm,
Thank you very much! |
|||
27 Nov 2015, 17:21 |
|
rbprsp 28 Nov 2015, 00:34
Can you explain why PE checksum is zeroed and program doing manual import? What is the reason?
|
|||
28 Nov 2015, 00:34 |
|
EasyCode 28 Nov 2015, 13:43
rbprsp,
Sorry, but I do not understand your question. |
|||
28 Nov 2015, 13:43 |
|
jiangfasm 01 Dec 2015, 09:46
The Unicode support is not very good, new projects, use Unicode could not compile!
|
|||
01 Dec 2015, 09:46 |
|
jiangfasm 02 Dec 2015, 13:17
EasyCode
I chose is UTF8,but Quote:
If I want to use win32wx.Inc what should I do? |
|||
02 Dec 2015, 13:17 |
|
jiangfasm 02 Dec 2015, 13:32
EasyCode best you can add custom templates or blank templates.
|
|||
02 Dec 2015, 13:32 |
|
EasyCode 02 Dec 2015, 18:59
You cannot choose UTF8 because "Fasm.exe" does not support it. You should choose ANSI.
|
|||
02 Dec 2015, 18:59 |
|
revolution 02 Dec 2015, 21:32
EasyCode wrote: You cannot choose UTF8 because "Fasm.exe" does not support it. |
|||
02 Dec 2015, 21:32 |
|
EasyCode 02 Dec 2015, 22:08
If I try to compile an UTF8 file (with B.O.M.):
fasm file.asm It fires the following error: file.asm [1]: ยด++format PE64 native 5.02 at 10000H error: illegal instruction. |
|||
02 Dec 2015, 22:08 |
|
revolution 02 Dec 2015, 22:13
UTF8 doesn't need, and shouldn't have, a BOM. Only UTF16 should have BOMs. But if you somehow can't stop placing BOMs then you can fudge it by making it a label.
Code: BOM: ;<--- make it a label ... |
|||
02 Dec 2015, 22:13 |
|
EasyCode 02 Dec 2015, 23:58
OK, you are right. I will make UTF8 files to be saved with no BOM for next versions of Easy Code. Thanks.
|
|||
02 Dec 2015, 23:58 |
|
EasyCode 10 Dec 2015, 22:38
A nes version of Easy Code has just been released. You can download it at:
http://www.easycode.cat/English/Download.htm It now supports UTF-8 without B.O.M. |
|||
10 Dec 2015, 22:38 |
|
jiangfasm 30 Dec 2015, 11:19
cool!compile pass!!
ttt.exe - 没有错误 5120 bytes Suggestion, add highlighting matching, and empty project (let the user custom include). |
|||
30 Dec 2015, 11:19 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.