اطلاعیه

Collapse
No announcement yet.

ورژن های جدید بیسکام

Collapse
X
 
  • فیلتر
  • زمان
  • Show
Clear All
new posts

    ورژن های جدید بیسکام

    2.0.4.0
    - $include did not work for network/different drives.
    - increased flash size for xmega with extended bootloader address
    - config event_system added for Xmega
    - new xmega samples from MAK3 added
    - getrc5 supported by xmega
    - xmega CONFIG POWER_REDUCTION added
    - changed config port0 to vport : config vport0=A, vport1=B,vport2=.., vport3=..
    - config error=ignore,nr=ignore [,nr2=ignore] will ignore errors. this will allow you to compile your code despite a possible error.
    depending on the error, the resulting code will (not) work.
    - buffered serial output (com1-com4) supported for xmega.
    - freeing a frame with more then 255 bytes resulted in a frame space leak. (for example when using a big string as a local in a sub/function)
    - simulator improved for xmega
    - xmega ERAM can be assigned directly with a constant too
    - xmega SPI print improved : using a comma you can specify the number of bytes to send
    print #1, ar(10), 10 ; 123 ; L,2
    would print 10 bytes of the array ar(), then a byte with value 123, and then 2 bytes of the varialble L
    values are separated by semi colon ( and the comma (,) serves to specify the number of bytes to send. the number of bytes may be a constant or variable.
    when no value is specified the data length is used. so for a long , 4 bytes would be sent.
    - xmega SPI INPUT improved :
    input #1, var ;1 , ar(1);3
    would get 1 byte into variable var. and then 3 bytes into array ar(). Notice that INPUT uses the , as separator and INPUT the ;
    Thus for specifying the number of bytes, the ; is used. This is reversed in PRINT and INPUT.
    Normally the PRINT uses ; to separate and INPUT uses , to separate.
    - Arabic translation for IDE completed. Also added BDI right to left support for Arabic. Thanks Walid !
    - sample for xmega reset
    - set,reset and toggle use special xmega registers for less code
    - Russian translation for IDE completed. Thanks Alexander !
    - array index calculation generates unneeded code for some cases. It adds a zero index which does harm but creates more code.
    - defword and defbyte generated an error after an update of the parser.
    ما زنده به آنیم که آرام نگیریم موجیم که آسودگی ما عدم ماست

    وقتی یک ملت برای فرهنگ و نژاد و ملیت خویش ارزشی قائل نشد و حقی را که طبیعت برای نگاهداری نژاد پاکش به او ارزانی داشته بود پایمال ساخت و به بیگانگان روی آورد و تسلیم شد دیگر حق ندارد از شکست و بدبختی سیاسی که خودش باعث آن شده است شکایت کند .ادولف هیتلر

    r.babazadeh@yahoo.com

    #2
    پاسخ : ورژن های جدید بیسکام

    لینک دانلود ؟

    دیدگاه


      #3
      پاسخ : ورژن های جدید بیسکام

      طبق معمول نداره!

      دیدگاه


        #4
        پاسخ : ورژن های جدید بیسکام

        لینک نداره
        خب یدونه بخرید یه عمر استفاده کنید و هی اپ دیت کنید
        ما زنده به آنیم که آرام نگیریم موجیم که آسودگی ما عدم ماست

        وقتی یک ملت برای فرهنگ و نژاد و ملیت خویش ارزشی قائل نشد و حقی را که طبیعت برای نگاهداری نژاد پاکش به او ارزانی داشته بود پایمال ساخت و به بیگانگان روی آورد و تسلیم شد دیگر حق ندارد از شکست و بدبختی سیاسی که خودش باعث آن شده است شکایت کند .ادولف هیتلر

        r.babazadeh@yahoo.com

        دیدگاه

        لطفا صبر کنید...
        X