aboutsummaryrefslogtreecommitdiff
path: root/uskel.s
diff options
context:
space:
mode:
authorMirek Kratochvil <exa.exa@gmail.com>2023-08-04 20:11:39 +0200
committerMirek Kratochvil <exa.exa@gmail.com>2023-08-04 20:11:39 +0200
commit46d84e91ebe48ade19bd3f5e18360bf853b53968 (patch)
treedce85266a6eef8b5102360cec3683d06c10be340 /uskel.s
parent3a3bd78ff4ed8dc52cb20dbe1490f46064ea42ab (diff)
downloaduskel-46d84e91ebe48ade19bd3f5e18360bf853b53968.tar.gz
uskel-46d84e91ebe48ade19bd3f5e18360bf853b53968.tar.bz2
make a program
Diffstat (limited to 'uskel.s')
-rw-r--r--uskel.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/uskel.s b/uskel.s
index dad9bc5..f0978fc 100644
--- a/uskel.s
+++ b/uskel.s
@@ -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