fasm
How to write to StdOut in Windows and FASM?
The question is pretty simple, yet I can\'t seem to find how to do it: how do I write to StdOut in Windows/FASM?[详细]
2023-04-01 08:16 分类:问答Fasm "while" problem
I\'m trying to write a simple \"while\" in fasm that print A into DOS console 4 times. Here the code org 100h[详细]
2023-03-22 22:07 分类:问答Initializing array in assembler
I just started learning ASM, I have C experien开发者_开发技巧ce but I guess it doesn\'t matter.[详细]
2023-03-20 17:04 分类:问答External procedure in FASM
I have been trying to export procedure from external file to the main assembly program, but it didn\'t work.[详细]
2023-02-23 03:38 分类:问答Gnu Assembler (GAS) Optimizations
Im actually learning assembly and I went with Gas, but the problem is: 1) I only know Intel syntax and I saw in a page Gas with intel syntax is not very good optimized in some cases. Is this correct[详细]
2023-02-15 11:17 分类:问答FASM running error with jmp
I\'ve started learning 16-bit assembly (eventually moving up to 32-bit) from this tutorial here: http://matthew-4gl.wikispaces.com/fasm_tutorial[详细]
2023-01-11 02:40 分类:问答FASM vc MASM trasnlation problem in mov si, offset msg
just did my first test with MASM and FASM with the same code (almos) and I falled in trouble. The only difference is that to produce just the 104 bytes I need to write to MBR in FASM I put org 7c00h a[详细]
2023-01-02 14:37 分类:问答FASM using custom resource files
How do I include my开发者_运维问答 custom resource files and be able to access them with the windows api?You can find some info about resources here.[详细]
2023-01-02 05:09 分类:问答Ret Failure with SDL using FASM on Win32
I\'m using SDL with FASM, and have code that\'s minimally like the following: format ELF extrn _SDL_Init[详细]
2022-12-25 09:59 分类:问答How to write to the console in fasm?
开发者_Python百科I\'m exceptionally new to assembly. I only picked it up yesterday and I\'ve looked through many examples and still can\'t figure out for myself how to write to the console. I always g[详细]
2022-12-24 07:43 分类:问答