|
Structs in Assembly Hi All, I've read several posts concerning structures and their implementation in assembly language. Given some misconceptions about structures in assembly language, I pieced together the following article about structures in assembly. Cheers, Randy Hyde Structures in Assembly Language Programs =======... 22 Nov 2005 12:29
DMA programming hi to all! i have a doubt if anyone can help me out in solving this problem. there is "hidden DMA transfer" mode in which the DMA will keep monitoring processor and whenever processor is free for few cycles,DMA will take the control of the data bus for that few cycles. but this mode isnot accessible everywhere . s... 9 Nov 2005 21:38
YASM Anyone know the recent progress of YASM ? I went to the site - www.tortall.net/projects/yasm/ - to check but, perhaps due to me being enlightenment-disabled, I need to know if YASM is usable as it is, or not. Thanks in advance ! ... 21 Oct 2005 00:19
Assembly Language - Mathematics WITHOUT maths coprocessor Dear Sir, I know how to do maths using maths co-processor. I can also do addition/substraction/multiplication WITHOUT maths co-processor. But I am stuck up with Division. Can anybody tell me how to perform division without getting divide overflow and WITHOUT using maths co-processor using assembly language ? ... 16 Oct 2005 04:51
dailyom <http://www.dailyom.com/> September 30, 2005 Averting Conflict Dealing With Difficult People We encounter a wide variety of people throughout our lives. Many of them touch us in some positive way. Occasionally, however, we encounter those individuals who, for whatever reason, can be difficult to ... 6 Oct 2005 09:26
New to asm world! Hello I found this group through google, I hope I do not annoy anyone with my questions. I would like to know what assembler would be best to start me off in the assembler world. I have some experience with visual basic and perl, but none with assembler. I have looked at different assemblers for windows on th... 13 Oct 2005 17:47
masm32 OFFSET Greetings & Salutations, Feel free to join in if you know the words :) 1) mov wc.lpszClassName,OFFSET ClassName 2) mov lf.lfFaceName,OFFSET FontFace For those of you that don't recognize the above structures, lf is a LOGFONT structure, and wc is the WNDCLASSEX structure. Both structures are declared... 7 Oct 2005 05:05
HLA wont compile!! Hello, this is my first post. I recently downloaded the HLA free compiler and I get this error message when compiling a test program: Assembling: hla001.asm hlalib.lib(excepts.obj) : error LNK2019: unresolved external symbol __imp__Messa geBoxA(a)16 referenced in function L209_false__hla_ hla001.exe : fatal erro... 25 Sep 2005 23:08
resource files and assembler Hi all, Although I posted this to the FASM group without a reply as yet I thought I might cast my net wider as this has become a real hump in my road to understanding how to program windows APIs with assembler. My background: NASM using the NASMIDE IDE in DOS. I am trying to get back to some assembler prog... 28 Sep 2005 21:43
qsort I take some time for doing a windows95 .dll but with no success so i thank hutch for let me pass some good time thinking on qsort and so i have some question: If the array 'b' in qsortu_m(char* b, int n, int (*cmp)(U, U)); is not dword aligned the function qsortu_m() is good the same? I have tested qsort... 17 Sep 2005 04:02 |