Earlier quoted context omitted.
It is entirely reasonable, but these kind of comments are essentially wishing sites could cater to their knowledge level. It's like complaining that the article is not written in French. It's noise in the comment section of an article. If someone wants such a thing, browsers have functionality to translate pages to French. Not every site needs to have their own French translation to suit such a person.
They were not asking for the website to change; they were asking for context so that they can appreciate the website.
x86 architecture 1 byte opcodes
21–30 of 35 posts
Re: x86 architecture 1 byte opcodes
#22Earlier quoted context omitted.
The link is to an opcode map with strange abbreviations with no apparent explanation. Asking "What am I looking at?" without doing any research (with a LLM or otherwise) is entirely reasonable.
It is entirely reasonable, but these kind of comments are essentially wishing sites could cater to their knowledge level. It's like complaining that the article is not written in French. It's noise in the comment section of an article. If someone wants such a thing, browsers have functionality to translate pages to French. Not every site needs to have their own French translation to suit such a person.
Genuinely asking, for this post did you click on the link and say "yeah, I got the point" or did you involve an LLM? If you did, what did you ask it? I'm asking because I want to get better at LLM use (Another example post (and prompt) where you've used this, that's also fine)!
Re: x86 architecture 1 byte opcodes
#23Re: x86 architecture 1 byte opcodes
#24Earlier quoted context omitted.
Not sure why you're being downvoted. You need a to know quite a bit of esoteric knowledge to parse this beyond knowing x86 opcodes (even x86 assembly). It's more or less the same information you get from the intel manuals (specifically appendix 2A of https://www.intel.com/content/www/us/en/developer/articles/t... ). There you can also see what e.g. "Jb" means (a byte sized immediate following the instruction that spe…
>Not sure why you're being downvoted. I downvote people when they say they don't know what something is when they could have used a LLM to explain it to them.
Re: x86 architecture 1 byte opcodes
#25Hello sizecoders ;) Additional resources: http://www.sizecoding.org/wiki/DOS A nice PDF with similar content: https://pnx.tf/files/x86_opcode_structure_and_instruction_ov...
Is sizecoding the same as the demoscene?
Re: x86 architecture 1 byte opcodes
#26Need a couple of instructions for accessing memory (and possibly loading immediates) but otherwise seems like a perfectly adequate general-purpose instruction set. Might be fun (for some values of "fun") to write a compiler backend for it.
Re: x86 architecture 1 byte opcodes
#27Earlier quoted context omitted.
Not sure why you're being downvoted. You need a to know quite a bit of esoteric knowledge to parse this beyond knowing x86 opcodes (even x86 assembly). It's more or less the same information you get from the intel manuals (specifically appendix 2A of https://www.intel.com/content/www/us/en/developer/articles/t... ). There you can also see what e.g. "Jb" means (a byte sized immediate following the instruction that spe…
>Not sure why you're being downvoted. I downvote people when they say they don't know what something is when they could have used a LLM to explain it to them.
If everyone stops asking questions and asks the LLM instead, there is no new training data for future LLMs to learn from. They will stagnate, or consume their own slop, and regress.
Re: x86 architecture 1 byte opcodes
#28Hello sizecoders ;) Additional resources: http://www.sizecoding.org/wiki/DOS A nice PDF with similar content: https://pnx.tf/files/x86_opcode_structure_and_instruction_ov...
Is sizecoding the same as the demoscene?
Re: x86 architecture 1 byte opcodes
#29Re: x86 architecture 1 byte opcodes
#30Earlier quoted context omitted.
Not sure why you're being downvoted. You need a to know quite a bit of esoteric knowledge to parse this beyond knowing x86 opcodes (even x86 assembly). It's more or less the same information you get from the intel manuals (specifically appendix 2A of https://www.intel.com/content/www/us/en/developer/articles/t... ). There you can also see what e.g. "Jb" means (a byte sized immediate following the instruction that spe…
>Not sure why you're being downvoted. I downvote people when they say they don't know what something is when they could have used a LLM to explain it to them.