-mov di, [currvgapg] ; es:di -> current page
-mov dh, PRINT_COLOR
-
-mov dl, 'P'
-mov [es:di], dx
-
-mov dl, al
-add dl, 48
-add di, 2
-
-mov [es:di], dx
-
-mov ah, 0x05 ; select active display page
-int 0x10 ; video services
+mov ah, 05h ; select active display page
+int 10h ; video services