Explore >> Select a destination


You are here

abhinavsarkar.net
| | crocidb.com
4.9 parsecs away

Travel
| | Starting a series about some adventures in Lisp, and the first one is writing a brainfuck interpreter in Racket.
| | ketansingh.me
2.7 parsecs away

Travel
| | A place for me to share my thoughts, experiences, and insights on technology relevant to enthusiasts and hackers like myself
| | danangell.com
4.0 parsecs away

Travel
| | What is BrainFuck? BrainFuck is an esoteric programming language designed specifically to be easy to compile. The environment provides the programmer with an "infinite" array of bytes (traditionally just 30,000) and a data pointer. There are only 8 single character commands:
| | patshaughnessy.net
20.2 parsecs away

Travel
| [AI summary] The article discusses the process of learning to read x86 assembly language, focusing on how it can be a useful skill for understanding low-level operations of microprocessors. It outlines the challenges of reading assembly, especially in debugging scenarios, and provides an example of translating Ruby code into x86 assembly using Crystal. The article also explains the syntax and structure of x86 assembly, including register usage, instruction suffixes, and the differences between AT&T and Intel syntax. It highlights the complexity of x86 assembly due to its historical evolution and the need for understanding register sizes and operand notation.