Relative Content

Tag Archive for c++masmmasm32

x86 MASM check for palindrome

I’m learning x86 masm and stuck in a project. The code should be fairly simple but I have no idea what I did wrong, it supposed to check for Palindrome from an array of character, but the code always return eax = 0 no matter what. I tried different approach, but it doesn’t make any difference.