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

fixes and enhancements #151

Open
wants to merge 62 commits into
base: master
Choose a base branch
from
Open

fixes and enhancements #151

wants to merge 62 commits into from

Commits on Sep 6, 2020

  1. add locale

    bebbo committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    504553a View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. fix ParsePattern

    and some other errors
    bebbo committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    6f9ed08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85ca7f8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'umaster'

    bebbo committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    1d8784f View commit details
    Browse the repository at this point in the history
  4. fix warning -> uint i;

    bebbo committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    55e3f3a View commit details
    Browse the repository at this point in the history
  5. cleanup imports

    bebbo committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    6f9566b View commit details
    Browse the repository at this point in the history
  6. handle common symbols

    bebbo committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    39ea831 View commit details
    Browse the repository at this point in the history
  7. support more section names

    bebbo committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    f4876aa View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. remove unused imports

    bebbo committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    f7d4cd8 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Configuration menu
    Copy the full SHA
    5ca329a View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. add some missing modes

    bebbo committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    1812a61 View commit details
    Browse the repository at this point in the history
  2. support reloc 68K_PC32

    bebbo committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    62a33bd View commit details
    Browse the repository at this point in the history
  3. READ_EA_FPE: add mode 7 reg 1

    bebbo committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    f2c0b15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22e5efc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    360f1e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. support all constants

    bebbo committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    4a3a03e View commit details
    Browse the repository at this point in the history
  2. add missing modes

    bebbo committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    908f830 View commit details
    Browse the repository at this point in the history
  3. add more modes

    WRITE_EA_FPE: add mode 7 reg 1
    WRITE_EA_64: adde mode 3
    bebbo committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    2df4c3c View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2021

  1. fix hunk loading

    bebbo committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    8dfc6c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Merge branch 'locale.library'

    bebbo committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    9f756b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c29d1ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f96c09a View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

  1. default locale is 0 now

    bebbo committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    cf7ea1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a50619 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. report proper cycles

    bebbo committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    275010e View commit details
    Browse the repository at this point in the history

Commits on May 30, 2021

  1. Configuration menu
    Copy the full SHA
    56e352f View commit details
    Browse the repository at this point in the history
  2. add READ_EA_FPE mode 6

    bebbo committed May 30, 2021
    Configuration menu
    Copy the full SHA
    096d191 View commit details
    Browse the repository at this point in the history
  3. add READ_EA_64 mode 4

    bebbo committed May 30, 2021
    Configuration menu
    Copy the full SHA
    22e38f8 View commit details
    Browse the repository at this point in the history
  4. more reads mode 3/4

    bebbo committed May 30, 2021
    Configuration menu
    Copy the full SHA
    d74865b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8fc104 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. also print fpu status register

    bebbo committed May 31, 2021
    Configuration menu
    Copy the full SHA
    a8d7051 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5300e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. support more fpu insns

    fdmoved, fddiv, fdmul
    bebbo committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    07792d1 View commit details
    Browse the repository at this point in the history
  2. merge enrique/master

    bebbo committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    a22e784 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. add fsin/fcos/fsincos

    bebbo committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    9e832e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    43065a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f12c69 View commit details
    Browse the repository at this point in the history
  3. implement READ_EA_64 mode 0

    bebbo committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    5cd3984 View commit details
    Browse the repository at this point in the history
  4. fix rounding handling

    bebbo committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    ed1c945 View commit details
    Browse the repository at this point in the history
  5. remove debug output

    bebbo committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    2f36e83 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. implement fmod

    bebbo committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    c37870a View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Configuration menu
    Copy the full SHA
    1eada7a View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. fix merge after in deallocate

    bebbo committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    87aeed8 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. use partial reads

    bebbo committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    d32b275 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. merge and patch upstream

    bebbo committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    d6c49fd View commit details
    Browse the repository at this point in the history
  2. fix cycles for muls and mulu

    bebbo committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    522ec24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1eb54f View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. more shift cost fixing

    bebbo committed May 1, 2023
    Configuration menu
    Copy the full SHA
    16036ab View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    a73628b View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. make pip install work

    bebbo committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    2906ceb View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. init tc_SPLower and tc_SPUpper

    bebbo committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    76ae633 View commit details
    Browse the repository at this point in the history
  2. fix version check

    bebbo committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    8f7200b View commit details
    Browse the repository at this point in the history
  3. implement WaitForChar

    bebbo committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    6b6f0a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef0505c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4bae1c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. fake reading vhposr

    bebbo committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    c6ea9ed View commit details
    Browse the repository at this point in the history
  2. simpler WaitForChar

    bebbo committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    d107c23 View commit details
    Browse the repository at this point in the history
  3. use time_ns() for vhposr

    bebbo committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    0497727 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    d385a46 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    4b3cfa2 View commit details
    Browse the repository at this point in the history
  2. don't append arg line to stdin

    bebbo committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    14df1be View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Revert "don't append arg line to stdin"

    This reverts commit 14df1be.
    bebbo committed May 26, 2024
    Configuration menu
    Copy the full SHA
    666c1ec View commit details
    Browse the repository at this point in the history