Hardware
Hardware is a general term that refers to the physical artifacts of a technology.
Language
Any
Platform
License
Any
: Hi, I'm starting development on a program that monitors certain applications information, example, the program will monitor a running FTP server's users logged on, and such. It will also measure...
Sorry - got the error figured out. Simple declaration of wrong datatype initially. But, now that it works through the variable setting, it doesn't redirect me (as a member of the Admin role) to the...
Hi, I'm starting development on a program that monitors certain applications information, example, the program will monitor a running FTP server's users logged on, and such. It will also measure the...
Load in the memory locations $10 to $2F with the following data using FCB assembler directive.
$11,$FF,$22,$EE,$A4,$33,$D9,$44,$55,$38,$66,$77,$88,$99,$AA,$CC;
$98,$38,$F5,$AB,$4B,$9F,$3E,$14,$AC...
: Hi guys, I'm a new member here and would like to know if the intel dual core 2 CPU has alot of changes compared to the pentium 4 CPU in terms of assembly language operations (i.e more and/or...
Hi guys, I'm a new member here and would like to know if the intel dual core 2 CPU has alot of changes compared to the pentium 4 CPU in terms of assembly language operations (i.e more and/or...
I need help in designing a analog to digital control in 68hc11 for my fox 11 development board. please help. I dont mind paying some fee for a complete code that i can integrate into the the board...
I also have assignment exactly like this..did u have the complete coding?thank sooooooooooooooooooooo much for your help.im desperately needed it too..
: The goal for this programming project is...
: hi guys i need an informaiton about using asm in delphi7.can anyone help me or where can i get information about it...
:
:
You can use asm by starting with the reserved word asm instead of...
Hi there,
Uding the borland c compiler you will find that in c it is very easy to include assembly directly .But in c++ this depends on the compiler in question,and the syntax varies : in dev c++...
: hi,i need your help guys. i'm writing asm programs in HLLs. i started with pascal but pascal uses only 80286/287 codes.can't use other x86 codes in pascal.and what about other languages(c,c++...
hi,i need your help guys. i'm writing asm programs in HLLs. i started with pascal but pascal uses only 80286/287 codes.can't use other x86 codes in pascal.and what about other languages(c,c++,delphi)...
: I think that the problem with this is that you're using Intel syntax (or trying to) with an assembler that uses AT&T syntax. Search the term 'AT&T assembler syntax' and you should get several...
I think that the problem with this is that you're using Intel syntax (or trying to) with an assembler that uses AT&T syntax. Search the term 'AT&T assembler syntax' and you should get several...
who have a source code of Ez uploader V3.0r like this? I find it a long time but I didn't see it.
U can see it at here:
http://www.kmitl.ac.th/~kswichit%20/
Please help me! I don't have much...
Hi guys,
I am presently poting a serial port intialization routine that is for a PPC architecture to x86 architecture.
Can any ine throw some light on how to go about this ??
Thanks,
Snitch
Hi All ,
I am Workin on ARM9 and have to check for prefetch abort vector is being set or not.
So for this I need to write a program in Assembly (in assembly I am not all tht good).
So If...
: :
: : Most compilers use AT&T syntax, but some are able to use Intel too.
: :
: : If you want your own assembler syntax, use your favorite assembler and link it. It isn't very hard to write C...
: : : can anyone help me.i'm new.and dont know how to use asm in C. can anyone send me full program(it can be simple no matter) which works, for me to try.which codes should i use. does it work with...
: This message was edited by anthrax11 at 2006-11-5 11:4:34
: : I had it done before but I was looking for 41h to be on the left so instead I tried to pass it's address to get 41h (A) on the right,...