User:Virtlink
Jump to navigation
Jump to search
This is my Wiki page. If you have anything to say, please do so on my talk page.
Personal pages
OSDev Environment
If someone where to build an OS development environment (a la Visual Studio), it's features would be:
- Modularity
Add support for new languages, architectures, (initrd) editors, etc... through modules. - Syntax highlighting
- Autocompletion
For various assembler languages, C, C++. - Integrated emulator and debugger
- Project management
- Auto makefile generator
As part of the project. - Step-by-step debugging
MOV | |
Some definition | |
Usage: (Intel) | MOV dest, src |
---|---|
Usage: (AT&T) | MOVL %src, %dest |
Modifies Flags: | None |
Availability: | all |