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
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions a/Assembler_mipsel_linux.s
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.rdata
.align 2
hello: .asciz "Hello world\n"<0>
.align 4
length: .word . - hello
.text
.globl __start
__start:
move $a0,$0
la $a1,hello
lw $a2,length
li $v0,0xfa4
syscall
li $v0,0xfa1
syscall
1 change: 1 addition & 0 deletions h/hp48_RPL
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<< "HELLO WORLD" MSGBOX >> EVAL
9 changes: 6 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every
Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project!

<!--Languages start-->
## Languages (892 total)
## Languages (895 total)

* [!](%23/%21)
* [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
Expand Down Expand Up @@ -184,6 +184,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Assembler Z80 Knightos](a/Assembler%20Z80%20Knightos.asm)
* [Assembler Z80 TI83calculator](a/Assembler%20Z80%20TI83calculator.asm)
* [Assembler Z80 zxspectrum](a/Assembler%20Z80%20zxspectrum.asm)
* [Assembler_mipsel_linux](a/Assembler_mipsel_linux.s)
* [ATS2](a/ATS2.dats)
* [Attache](a/Attache.%40)
* [AutoHotKey](a/AutoHotKey.ahk)
Expand Down Expand Up @@ -316,8 +317,8 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Divzeros](d/Divzeros.dz)
* [Django](d/Django.py)
* [DNA#](d/DNA%23.dna)
* [Dog](d/Dog)
* [DOG](d/DOG)
* [Dog](d/Dog)
* [DOG](d/DOG.ext)
* [DogeScript](d/DogeScript.djs)
* [DOGO](d/DOGO.dogo)
Expand Down Expand Up @@ -424,7 +425,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [GridScript](g/GridScript.gridscript)
* [Grin](g/Grin.grin)
* [Grok](g/Grok)
* [Groot](g/groot.groot)
* [groot](g/groot.groot)
* [Groovy](g/Groovy.groovy)
* [GTA3Script](g/GTA3Script.sc)
* [Gui4Cli](g/Gui4Cli)
Expand All @@ -442,6 +443,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Holy C](h/Holy%20C.HC)
* [Homespring](h/Homespring.homespring)
* [HOP](h/HOP)
* [hp48_RPL](h/hp48_RPL)
* [HP_41C](h/HP_41C)
* [HQ9++](h/HQ9%2B%2B)
* [HQ9+](h/HQ9%2B.h)
Expand Down Expand Up @@ -541,6 +543,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [LUA](l/LUA.lua)
* [LWC](l/LWC.html)
* [Löve](l/L%C3%B6ve.lua)
* [.Mips.s](m/.Mips.s.swp)
* [M4](m/M4.m4)
* [MacLisp](m/MacLisp.lisp)
* [Macsyma](m/Macsyma.mac)
Expand Down