Zitat Zitat von dl1akp
Nun lese ich die beiden Bytes wieder aus.
Aber wie kann ich daraus wieder ein Word machen??
Hallo dl1akp!

Code:
Dim my_word as Word at $60
Dim b1 as Byte at $60 OVERLAY
Dim b2 as Byte at $61 OVERLAY

B1 = 255
B2 = 255

Print My_word       '65535
mfg
Gerold
:-)