I\'m following those video tutorials on the assembly language. I\'m basically trying to work out the \"hello world\" asm example.
I\'m currently porting atomic.hpp out of boost for a project and would like to generalize the atomic add function whereby it\'s templated on the type to add:
Is it possible to automatically \"embed\" a unique identifier into a executable and read it ? And how to do it ?
I\'ve been following this: ( http://www.codeproject.com/KB/tips/boot-loader.aspx ) But not sure what and how to do next.
This question already has answers here: Closed 12 years ago. Possible Duplicate: How was the first compiler written?
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post.
In a project I\'m currently working on I often need to find the lo开发者_JS百科west possible index in a sorted array at which an element can be inserted (like std::lower_bound in C++).
I know o some disassemble libs , but what I\'m looking for is one that has an api like: void * findAddrOfFirstInstructionStartingFrom( void * startAddress , InstructionType instruction);
I write in MASM 6.0 (Assembly API Windows 16 bits) I want to change dir in my code. I\'m using DOS3Call function (faster than int 21h)
I need an accurate time delay function written in C that delays the pic program execution by a given number of microseconds. I did find an example on microchipc.com which uses ASM, but the code only a