Spec update

This commit is contained in:
Erin 2023-08-07 01:41:26 +02:00 committed by ondra05
parent e9e7f0c585
commit 034b482817

View file

@ -260,6 +260,7 @@
# Memory # Memory
- Addresses are 64 bit - Addresses are 64 bit
- Program should be in the same address space as all other data
- Memory implementation is arbitrary - Memory implementation is arbitrary
- In case of accessing invalid address: - In case of accessing invalid address:
- Program shall trap (LoadAccessEx, StoreAccessEx) with parameter of accessed address - Program shall trap (LoadAccessEx, StoreAccessEx) with parameter of accessed address