So I am trying to figure out what the equivalent of const char abc[] = "hello" is in x86 assembly.
const char abc[] = "hello"
To try figure it out, I have written this in