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

Pseudo-instruction support for I/O operations #378

Merged
merged 1 commit into from
Apr 11, 2024
Merged

Conversation

Geetis
Copy link
Contributor

@Geetis Geetis commented Apr 10, 2024

List of pseudo-instructions with arguments:
exit
print_int (optional arg: integer) - Print integer residing in a1 or print given integer
print_float
print_double - (MIPS only)
print_string mem_address
read_int
read_float
read_double - (MIPS only)
read_string mem_address

@brooksmckinley brooksmckinley merged commit e3f970b into swim-v2 Apr 11, 2024
1 check passed
@brooksmckinley brooksmckinley deleted the io-pseudo branch April 11, 2024 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants