This website works better with JavaScript.
Explore
Help
Sign In
MightyPork
/
crsn
Watch
1
Star
1
Fork
You've already forked crsn
2
Code
Issues
15
Pull Requests
Releases
Wiki
Activity
Croissant Runtime
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
160
Commits
2
Branches
0
Tags
743 KiB
Tag:
Branch:
Tree:
9d4fef5222
coroutines
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '9d4fef5222'
${ noResults }
crsn
/
examples
/
test_globals.csn
12 lines
134 B
Raw
Normal View
History
Unescape
Escape
change register count to 15, add global registers
4 years ago
(
(ld g0 15)
(call add_cat)
(cmp g0 16
(ne? (fault)))
(proc add_cat
(add g0 1)
(ret)
)
)