diff options
| author | Tianhao Wang <shrik3@riseup.net> | 2023-03-15 18:28:41 +0100 |
|---|---|---|
| committer | Tianhao Wang <shrik3@riseup.net> | 2023-03-15 18:28:41 +0100 |
| commit | 4f316e84f86501270a292ea6868706660fee6b9f (patch) | |
| tree | 3244ba51866fa68f7d3a2186780286e69269b79b /src/machine/mem.rs | |
| parent | 8a229f6467390c26ff1263df84896e1450fc9b76 (diff) | |
usable printf, with some ptr magic
Diffstat (limited to 'src/machine/mem.rs')
| -rw-r--r-- | src/machine/mem.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/machine/mem.rs b/src/machine/mem.rs new file mode 100644 index 0000000..a5641a1 --- /dev/null +++ b/src/machine/mem.rs @@ -0,0 +1 @@ +// TODO implment 64 chunk (speedy) memcpy |
