Hacker News new | ask | show | jobs
by Something1234 1940 days ago
Do inline strings even truly exist in assembly?
1 comments

They're just bytes in memory and there's nothing stopping you from putting whatever you want in the code section (as long as you don't try to execute it).