User Activity

  • Committed [r1899] on Code

    Detect array declaration, e.g. DIM test (5) = 1,2,3,4,5 ---

  • Posted a comment on discussion Help on GCBASIC

    If you allocate to a location, the compiler will not overwrite. So, should be safe. DMA setup. See the demos, The have the basics.

  • Posted a comment on discussion Help on GCBASIC

    DMA is the most efficient. Zero code to execute, just the setup. What you describe is the purpose of DMA on these microcontrollers.

  • Posted a comment on discussion Help on GCBASIC

    I had to understand what you are trying to achieve... then, the answer comes out.

  • Posted a comment on discussion Help on GCBASIC

    I would use DMA. It will move an Alloc chunk to wherever you want. Fast and robust.

  • Posted a comment on discussion Help on GCBASIC

    You dont use PEEK, just use the array element handler. I do understand what you are trying to achieve so very hard to answer as PEEKing will be the same result.

  • Posted a comment on discussion Help on GCBASIC

    Just treat as an array/string element. Like, myAlloc(1 .. size_of_alloc-1) = value or `value = MyAlloc(1 .. size_of_alloc-1)'

  • Posted a comment on discussion Help on GCBASIC

    You if you want to make this extremely complex... I just use the array element address handler.

View All

Personal Data

Username:
evanvennn
Joined:
2011-11-17 08:26:40
Location:
Guildford / Britain (UK) / BST
Gender:
Male

Projects

This is a list of open source software projects that Anobium is associated with:

  • BMPtoGLCD A Freebasic BMP to GLCD converter Last Updated:
  • Project Logo GCBASIC   Last Updated:
  • PICKitPlus - the database PICKitplus database only. For Microchip PICs and EEPROMs Last Updated:
  • Tiny Multi Bootloader+ Serial Bootloader for Microchip, Atmel, NXP, TI, 8051 microcontrolers Last Updated:

Personal Tools