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

Add more syscalls to Jasmin #553

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
Draft

Add more syscalls to Jasmin #553

wants to merge 13 commits into from

Commits on Aug 14, 2023

  1. Add open syscall

    Rixxc committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    ed577de View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. WIP: Add Close syscall

    Rixxc committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    7d1d1b6 View commit details
    Browse the repository at this point in the history
  2. Add close syscall

    Rixxc committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    8c3b4f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. WIP: Add Write syscall

    Rixxc committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    7f15b7a View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Add Write syscall

    Rixxc committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    9df8142 View commit details
    Browse the repository at this point in the history
  2. Add Read syscall

    Rixxc committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    6f88bb5 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    bb89871 View commit details
    Browse the repository at this point in the history
  2. Clean up stack_alloc.v

    Rixxc committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    9ad6950 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Add test for syscalls

    Rixxc committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    2cae6ae View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary prints

    Rixxc committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    0ca2eb8 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

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

Commits on Apr 4, 2024

  1. fix(syscalls): Tell the compiler which input references are returned …

    …by the syscall again
    Rixxc committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    244d42d View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

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