index
:
elna
assembly
cpp
haskell
Elna programming language compiles simple mathematical operations to RISC-V code.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testsuite
/
runnable
/
hexadecimal_literal.elna
blob: a168bd2745eb45c50d576bf07f44e410cd250d9b (
plain
)
1
2
3
4
5
program() begin assert(0xff = 255u); assert(0X0f = 15u) end.