aso. mhh sorry hatte es ohne. das is mein code:
mov bx,0B800h
mov es,bx
mov byte [es:0],'1'
mov byte [es:1],1Fh
mov bx,B8002h
mov es,bx
mov byte [es:2],'2'
mov byte [es:3],1Fh
mov bx,B8000h
mov es,bx
mov byte [es:2],'3'
mov byte [es:3],1Fh
mov bx,0B8000h
mov es,bx
mov byte [es:0],'A'
mov byte [es:1],1Fh
mov bx,B802h
mov es,bx
mov byte [es:2],'B'
mov byte [es:3],1Fh
mov bx,B800h
mov es,bx
mov byte [es:2],'C'
mov byte [es:3],1Fh
die ganzen möglichkeiten die ich probiert hab. keine geht^^
während
mov bx,0B800h
mov es,bx
mov byte [es:0],'1'
mov byte [es:1],1Fh
funktioniert