This website requires JavaScript.
Explore
Help
Sign In
mr
/
elysium
Watch
1
Star
0
Fork
0
You've already forked elysium
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
elysium
/
example
/
test.ely
8 lines
82 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Raw memory access
2024-04-02 19:43:05 +02:00
void b(u64 x) {
raw(u64, 0x69u64) = x;
Update language name, Improve implicit casts, Add array/raw memory expressions (WIP)
2024-03-30 21:57:38 +01:00
}
Raw memory access
2024-04-02 19:43:05 +02:00
u64 a() {
return raw(u64, 0x69u64);
Update language name, Improve implicit casts, Add array/raw memory expressions (WIP)
2024-03-30 21:57:38 +01:00
}
Reference in New Issue
Copy Permalink