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: 71fd2da00651f146f872ccc9c733988abfdd6602 (
plain
)
1
2
3
4
begin assert(0xff = 255u); assert(0X0f = 15u) end.