4 ms·
While its great the GitHub added support for this how about x86-64? https://github.com/ReturnInfinity/BareMetal-OS/blob/master/os/kernel64.asm https://github.c
by iseyler 14y ago
While its great the GitHub added support for this how about x86-64?
https://github.com/ReturnInfinity/BareMetal-OS/blob/master/os/kernel64.asm https://github.com/ReturnInfinity/BareMetal-OS/blob/master/o...
The 64-bit register names are still not handled correctly. It does properly color the 8, 16, and 32-bit register names.
- roryokane 14y agoGitHub uses the open-source Pygments (http://pygments.org/ http://pygments.org/) to highlight source code. If you can find the code for whatever ASM highlighter Pygments uses, you could probably fix it yourself. Though I tried searching for it and didn't find it after a while, so it would take some tracking down.