; make a char uppercase ; IN al char ; OUT al char ; do nothing if >z ucase cmp al, 0x7B jnc .ret ; do nothing if