#
lisps
Here are 5 public repositories matching this topic...
timosarkar
commented
Jul 13, 2021
E.g.:
@define syntax v0.1.0
@define opstacksize 0x0010
func @sideInstruction(i32)
{
cls // clear all registers
add 1 2 $1 // add 1 and 2 and store it on register 1
hlt
}
func @main(i32)
{
jmp .sideInstruction // jump to the sideInstruction definition set
hlt
}Improve this page
Add a description, image, and links to the lisps topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lisps topic, visit your repo's landing page and select "manage topics."
The GitHub label "good-first_bug" is empty. It is linked to from https://github.com/hylang/hy/blob/master/CONTRIBUTING.rst and the read the docs version.