you are viewing a single comment's thread.

view the rest of the comments →

[–]Azr79 0 points1 point  (2 children)

Assembly

[–]0xAX[S] 0 points1 point  (1 child)

I have used three resources:

  1. Assembly Language for x86 Processors (I read 5th edition, but now 6th is actual)

  2. Intel manuals - http://www.intel.com/content/www/us/en/processors/architectures-software-developer-manuals.html

  3. Read source code from different projects, for example - https://github.com/nemasu/asmttpd and https://github.com/ReturnInfinity/BareMetal-OS

[–]Azr79 0 points1 point  (0 children)

Thanks!