clean, optimize, ...

This commit is contained in:
pvvx 2024-01-07 18:42:58 +03:00
parent 09bf16766c
commit 7892e875dc
16 changed files with 3701 additions and 2999 deletions

View file

@ -338,6 +338,8 @@ repeat:
case 'X':
flags |= LARGE;
base = 16;
break;
case 'x':
base = 16;
@ -346,6 +348,7 @@ repeat:
case 'd':
case 'i':
flags |= SIGN;
break;
case 'u':
break;