danielpunkass
danielpunkass

I can’t believe I never thought before to ask ChatGPT to explain arm64 assembly instructions to me.

screenshot of a ChatGPT interaction where the prompt asks to “annotate this arm64 assembly with explanations about what it's doing, followed by arm64 assembly code including for example “mov x16, #0x5”, and the ChatGPT response duly lists each line of code with a verbose explanation for example “Move the immediate value 5 into register x16. This value typically represents a system call number.”

|
Embed
Progress spinner
manton
manton

@danielpunkass 🤯

|
Embed
Progress spinner
mackuba.eu
mackuba.eu

@danielpunkass What are you using the assembly for? :0

|
Embed
Progress spinner
numericcitizen
numericcitizen

@danielpunkass I guess it « knows » about 6502 assembler too!

|
Embed
Progress spinner
In reply to
danielpunkass
danielpunkass

@mackuba.eu Hah, nothing. Just reading it as part of debugging process.

|
Embed
Progress spinner