[Solved] How to trace my assembly language program?
Not doing something to the outcome of both sub‘s relies on the byte wraparound and can only works as long as unsigned logic is used via jbe and friends. This is the simplest code you can write to differentiate between any case letters and all the rest: sub al, ‘A’ cmp al, ‘Z’-‘A’ jbe Letter … Read more