Earlier quoted context omitted.
Why is the 8086 not equivalent to x86? PCLMULHQHQDQ is from the CLMUL extension, which only began appearing in CPUs in the early 2010s - are CPUs from before then not x86?
x86 is an overarching group. Each processor is backwards compatible, I believe, so a 486 can run 8086 code, but they are not equivalent. If I download an x86 version of a program, I don't expect it to be written only in 8086 instructions
Show HN: X86CSS – An x86 CPU emulator written in CSS
41–50 of 99 posts
Re: Show HN: X86CSS – An x86 CPU emulator written in CSS
#42Earlier quoted context omitted.
Not really, Internet Explorer was single platform and closed source.
Internet Explorer was certainly closed source, but it ran on many platforms. It was popular on Mac Os (classic and X). It was also released for Solaris and HP-UX.
(I swear at some point my brain will run out of space because it’s full of useless things like this.)
Re: Show HN: X86CSS – An x86 CPU emulator written in CSS
#43I think we can look forward to running this on more non-Chrome browsers once @function [0] gets wider support? [0]: https://caniuse.com/wf-function
It relies on a few things, but @functions, if() statements, and container style queries are the main ones.
Re: Show HN: X86CSS – An x86 CPU emulator written in CSS
#44I realy hope an AI did this intead of human, such a waste of time (the css part, not the x86)
* Learn low-level details of a basic but real-world CPU
* Practice the brain gymnastic of programming an atypical Turing-complete computer
Your created new connections in your brain, put to use some of the old established connections. Having a machine spit-out the emulator would rob you of all that. Like, you can drive from A to B, but running for A to B can do you much good.
Re: Show HN: X86CSS – An x86 CPU emulator written in CSS
#45I realy hope an AI did this intead of human, such a waste of time (the css part, not the x86)
Re: Show HN: X86CSS – An x86 CPU emulator written in CSS
#46So is this x86 compatible, or 8086 compatible? Because those are different things
Re: Show HN: X86CSS – An x86 CPU emulator written in CSS
#47Incredible achievement. Horrible development on CSS front. CSS should NOT be becoming turing complete. Nor any other DSL.
Hasn't it been so for a while? I mean I agree with you but it's a bit late