WIP fix readme
This commit is contained in:
19
README
19
README
@@ -1,12 +1,15 @@
|
||||
Sandbox for playing with low-level programming stuff
|
||||
# Bare metal programming sandbox
|
||||
|
||||
This repo is a sandbox for experimenting with bare metal code and other
|
||||
low-level programming concerns.
|
||||
|
||||
|
||||
# Useful links
|
||||
|
||||
The following projects are inspirational:
|
||||
* https://github.com/programble/bare-metal-tetris
|
||||
* http://0xax.blogspot.com/2014/09/say-hello-to-x64-assembly-part-3.html
|
||||
|
||||
https://github.com/programble/bare-metal-tetris
|
||||
http://0xax.blogspot.com/2014/09/say-hello-to-x64-assembly-part-3.html
|
||||
|
||||
|
||||
x86 instruction set reference:
|
||||
http://x86.renejeschke.de/
|
||||
http://www.cs.virginia.edu/~evans/cs216/guides/x86.html#registers
|
||||
## x86 instruction set reference:
|
||||
* http://x86.renejeschke.de/
|
||||
* http://www.cs.virginia.edu/~evans/cs216/guides/x86.html#registers
|
||||
|
||||
Reference in New Issue
Block a user