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
0
Newbie Poster
Recommended Answers
Jump to PostThis 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 …
All 2 Replies
Reply to this topic
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.