diff options
Diffstat (limited to 'uskel.s')
| -rw-r--r-- | uskel.s | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ _start: .section .bss _memory_state: - cell 0 # next free position + cell 0 # bottom of allocation (grows down) cell 0 # region start cell 0 # region end |
