كيف استخدام الإيبروم الداخلى للمتحكم بالبيزيك؟

برجاء توضيح تعليمة الكتابة والقراءة فى الإييبروم الداخلى للمتحكم بالبيك بيزيك ؟
وأعتقد أن ذلك يستغرق وقت قد يصل الى 10 ميللى ثانية ،
وشكرا

for example if we want to write a value [123] into address [10] it will be like that
ewrite 10,[123]

if we want to read a value from address [10] it will be like that

dim a as byte
a=eread 10