Libraryless. Click here for Pure Java version (56L/1K).
1 | sinterface VAddr {
|
2 | replace Addr with int. |
3 | replace BoxedAddr with Int. |
4 | |
5 | int get(); |
6 | int get(Addr ofs); |
7 | void set(int val); |
8 | void set(Addr ofs, int val); |
9 | |
10 | VAddr plus(Addr ofs); |
11 | } |
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1031714 |
| Snippet name: | VAddr - virtual address in an int-based 32 bit memory system |
| Eternal ID of this version: | #1031714/7 |
| Text MD5: | 35f16149ad7d077b19cd950e6db1c349 |
| Transpilation MD5: | 59fa70d4baa2ebcf8ec6595b6e086329 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-06-28 20:54:58 |
| Source code size: | 201 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 373 / 595 |
| Version history: | 6 change(s) |
| Referenced in: | [show references] |