954,479 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Access USB memory using Assembly

Hi all!
I'm using mac os X (intel core duo 2) and I'm quite new in assembly coding. I've got this problem: I'd like to read a file in USB memory using assembly. Does anybody know how is it possible? And more in general can you give me some links to start assembly coding ? Thanks!!

zEuSsE
Newbie Poster
2 posts since Feb 2012
Reputation Points: 10
Solved Threads: 0
 

This is probably not possible using conventional assembly, being that any kernel will stop your software from just randomly reading files as a security feature.

You might be able to achive it through kernel calls though (check your man pages) or this manual: http://www.draga.com/~jwise/mach/documentation/essentials/manual/manual.pdf

Here is a book on assembly:
http://en.wikibooks.org/wiki/X86_Assembly

I'd highly recommend you check out "Computer Organization and Design" by Patterson and Hennesy and try coding their examples in the Mars editor , as that will give you a good intro and safe environment to test assembly in.

joehms22
Junior Poster
112 posts since Jan 2010
Reputation Points: 28
Solved Threads: 19
 

Ok I'll take a look!! Thanks for the answer!!

zEuSsE
Newbie Poster
2 posts since Feb 2012
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: