|
Calling libraries from assembler. SoLo2 wrote: Hello! I have tried how simple it is to use system calls in Linux from assembler. Setting parameters in the registers eax/edx and then "int 0x80". I would like to know it there is a similar, easy way of calling other libraries (specially X windows). I don't know how "simi... 6 May 2008 22:20
Linking TASM objs with current C++ stuff and linkers Hi there, I'm trying to solve a problem I can't seem to get over. I have some stuff written in TASM which I am able to link with C/C++ programs using Turbo C++/Turbo Assembler/TLINK toolchain under DOS (under Virtual PC). I'm trying to find a way to link OBJs made with TASM using current linkers, so I would ... 21 Apr 2008 13:19
Language help! please help me polish my language as native as possible 3.4.3.1 The Overall Influence on Official Language Facing with these results, on one hand, we should notice and keep in mind that the cyberlanguage is indeed influencing our language at an incredible speed. During less than 15 years, more than 139 cyberlanguages have been accepted by the Dictionary of Contemporary ... 18 Apr 2008 21:24
powerpc sync and eieio instructions Hi all. I have some problems with PowerPC syncronization instructions. In particular I would know when sync and eieio instructions must be used. I have the source code of a real time operating system for a single processor board (MVME6100 with MPC7457) and I have notice the use of sync, isync and eieio instruction... 18 Apr 2008 04:25
All is right ! Hello almas, Note : if i have to replace [Ctrl - C] ascii 003 ; some programs refuse it. Same for ascii [ ALT 10 ] or alt 6 Yes, a few codes are covered by the DOS-prompt itself, so an ALT-10 will just do what it says: "LF" and ALT 7 may just beep once. Sure i can do a XOR 20h on each bytes of a ... 22 Apr 2008 06:19
Question regarding ASM Listing (Z8k) Hi, first I've to admit, that I'm not that familiar with ASM but I'm starting to learn and implemented my first own hello world programs ;) I've a Z8k system running UNIX. I've fixed a bug the C-Compiler on that system had (source was available) regarding a libc system call, but I didn't fully understand the A... 15 Apr 2008 13:56
there is no assembly without good food and drink :)) Hi Do God use ASM as Food ? Witch God.... Vischnou ? Zeus ? Baal ? Amon ? Marduk ? May be a Goodness Morgane ? Aphrodit ? Venus ? May be an Animal-God the Cow Api or Hindra ? the Snake Margan ? May be a Stone, a tree ... ? "io" <a(a)b.c> a �crit dans le message de news: 4804778b$0$35965$4fafbaef(a)reade... 16 Apr 2008 00:16
All is right ! Hello. I ofen need help... but, this day, i built a COm alone. The aim : Open a file, modify bytes, write it in an other file. Now, i just write 256 bytes, just for test. Next step : modify particular Ascii. Then use largers files. Below, my usefull code. If you have betters methods, , sure i will apprecate. ... 14 Apr 2008 17:49
HLA external symbols without headers Hello, I am still porting my code from gas to hla. In gas source I used functions, which were called from other objects. it was like this ..globl foo .type foo, @function foo: my function then I was calling call foo from other object file Then I was linkind separate object files, and it was working... 12 Apr 2008 19:52
Audio processing via GPU Came across a very interesting subject -- Efficient 3D Audio Processing on the GPU. It's available at http://www-sop.inria.fr/reves/projects/GPUAudio/ What interest about it is the ingenuity of the project, in tapping into the enormous power of the GPU -- even the low-end videocards based on Radeon HD 2600 GPU... 13 Apr 2008 12:43 |