Skip to content

DevWolf31/Rhea-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Information

Rhea is a programming language assembler created using Java™. Uses the Java™ 17 version.
The syntax for the instructions and their arguments is very simple:

(i) [(t)/(v)] ...
  • Instruction (i) can be:
    • def
    • void
    • pull
    • push
    • mov
    • add
    • sub
    • mul
    • div
    • mod
    • not
    • or
    • and
    • xor
    • lsht
    • rsht
    • eq
    • uq
    • lt
    • gt
    • labl
    • jmp
    • jmpt
    • jmpf
    • syso
    • sysi
    • sysm
    • arrg
    • arrs
  • Argument type (t) can be:
    • c
    • v
    • l
  • Argument value (v) can be any double precision floating-point number.

Instructions description

Coming soon!

About

A programing language assembler created in Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages