Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added asmatmel to components. #2078

Merged
merged 18 commits into from Oct 5, 2021

Commits on Sep 29, 2019

  1. Added asmatemel to components.

    Created a new language definition for Atmel assembler.
    cerkit committed Sep 29, 2019
    Copy the full SHA
    8473616 View commit details
    Browse the repository at this point in the history
  2. Fixed r register to b r0-r31

    cerkit committed Sep 29, 2019
    Copy the full SHA
    e28e7b9 View commit details
    Browse the repository at this point in the history
  3. Added tests for asmatmel

    Added tests for asmatmel language. Renamed plural constants to constant.
    cerkit committed Sep 29, 2019
    Copy the full SHA
    4cbad9e View commit details
    Browse the repository at this point in the history
  4. Fixed code and tests for asmatmel

    Fixed failing tests and added some new conditions. Fixed missing A register in language definition.
    cerkit committed Sep 29, 2019
    Copy the full SHA
    b83b610 View commit details
    Browse the repository at this point in the history
  5. Fixed issues from PR PrismJS#2078

    Reverted accidental dependency changes. Added operators and punctuation.
    cerkit committed Sep 29, 2019
    Copy the full SHA
    a4a7552 View commit details
    Browse the repository at this point in the history
  6. Fixed tabs in tests

    Changed spaces to tabs in tests to comply with project formatting requirements.
    cerkit committed Sep 29, 2019
    Copy the full SHA
    dccc530 View commit details
    Browse the repository at this point in the history
  7. Completed operator list.

    Added additional operators.
    cerkit committed Sep 29, 2019
    Copy the full SHA
    de291d5 View commit details
    Browse the repository at this point in the history
  8. Cleaned up operators and added test

    Cleaned up the operator list and added a new test for operators.
    cerkit committed Sep 29, 2019
    Copy the full SHA
    e30341c View commit details
    Browse the repository at this point in the history
  9. Added additional PORTs and Constants for newer processors

    Added PA01-PZ31, PORTA-PORTZ as well as DDDA01-DDDZ31 support with tests.
    cerkit committed Sep 29, 2019
    Copy the full SHA
    f6a820b View commit details
    Browse the repository at this point in the history
  10. Fixed single digit Pin constant

    Fixed an error where a single digit constant pin value was not being evaluated (ex: PD7). Added test condition.
    cerkit committed Sep 29, 2019
    Copy the full SHA
    4ecb59d View commit details
    Browse the repository at this point in the history
  11. Update prism-asmatmel.html

    Added example program to light up LEDs on an Arduino UNO.
    cerkit committed Sep 29, 2019
    Copy the full SHA
    6fe85a3 View commit details
    Browse the repository at this point in the history
  12. Fixed DDA1-DDZ9

    Added DDA1-DDZ9 (single digit Data Direction).
    cerkit committed Sep 29, 2019
    Copy the full SHA
    a5e4af4 View commit details
    Browse the repository at this point in the history
  13. Fixed typo in SBIW opcode

    Fixed a typo with the SBIW command.
    cerkit committed Sep 29, 2019
    Copy the full SHA
    56b315b View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Copy the full SHA
    2933952 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2f54833 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4472ede View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    25a1e48 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    7136f48 View commit details
    Browse the repository at this point in the history