Assembly
-
who knows assembly?!! I want to implement some command of dos such as shutdown,Dir copycon with assembley!! who knows how can i do this?!! any help would be useful thanks
-
who knows assembly?!! I want to implement some command of dos such as shutdown,Dir copycon with assembley!! who knows how can i do this?!! any help would be useful thanks
Why would you want to do that? If you want to experiment with some assembly, the easier way is to create an application using a high-level language (say C) and implement one function (or part of a function) with assembly, e.g. using the asm keyword you can embed assembly code right in C code. One potentially useful exercise would be to get the CPU capabilities exposed by the CPUID instruction. :)
Luc Pattyn [Forum Guidelines] [My Articles]
Love, happiness and fewer bugs for 2009!