猫 (@Nekocat) 在 一个基于 CSS 的 X86 模拟器 ( 来自 Lyra Rebane) 中发帖
x86CSS is a working CSS-only x86 CPU/emulator/computer. Yes, the Cascading Style Sheets CSS. No JavaScript required.
x86CSS 是一个仅支持 CSS 的 x86 CPU/模拟器/计算机。没错,就是层叠样式表 (CSS)。无需 JavaScript。
上面你看到的是一个使用 GCC 编译成 8086 本机机器代码的 C 程序, 它完全在 CSS 中执行。
项目地址: GitHub - rebane2001/x86CSS: x86CSS is a working CSS-only x86 CPU/emulator/computer. No JavaScript required.
甚至有个你可以用的编译器:x86CSS/c/main.c at mane · r...