Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 01000001 // ASCII code of uppercase letter 'A'..'Z' is 0x41..0x5A
- 01100001 // ASCII code of lowercase letter 'a'..'z' is 0x61..0x7A
- 01111010 - z
- 01011010 - Z
- http://stackoverflow.com/questions/21465811/x86-assembly-converting-lower-case-to-uppercase
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement