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 HP 48 RPL #12

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

alessandrocarminati
Copy link

Adding a language

  • [ ok] The code displays "Hello World"
  • [ ok] I have updated the readme to include the new language
  • [ ok] I have incremented the language count in the readme
  • [ ok] I have no association with the language
  • [ ok] There are no copyright issues with this code

Link to programming language:

https://en.wikipedia.org/wiki/HP_48_series#Programming

Since the two assembly examples for MIPS are targeting the SPIM, A MIPS32 Simulator, I felt appropriate to add a Linux version for the same targeting the common o32 ABI.
Can be tested on x86 Linux using qemu and cross gcc.

The following is for mipsel:

$ mipsel-linux-gnu-as -mips32 -EL a/Assembler_mipsel_linux.s -o /tmp/hello.o
$ mipsel-linux-gnu-ld /tmp/hello.o -o hello
$ qemu-mipsel ./hello
@alessandrocarminati
Copy link
Author

I also added the assembly mips for linux o32

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.

1 participant