Assembly (x86): db ‘string’,0 does not get executed unless there’s a jump instruction
I’ve been banging my head against the wall in an attempt to understand why the following assembly is not correctly dumping the contents of ‘HELLO_WORLD’.
Assembly (x86): db ‘string’,0 does not get executed unless there’s a jump instruction
I’ve been banging my head against the wall in an attempt to understand why the following assembly is not correctly dumping the contents of ‘HELLO_WORLD’.