Skip to content

Commit 8608868

Browse files
committed
fix: print offset should have mem
1 parent 36b9b2b commit 8608868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Code directives and opcodes
148148
<li>print reg : This will print the value of registers.</li>
149149
<li>print mem start -> end : This will print the value of memory, from start to end, both inclusive. the start and end are unsigned number, in range 0 ->1048575</li>
150150
<li>print mem start:offset : This will print the value of memory from start, to start+offset. Value of start and start+offset must lie in 0 -> 1048575</li>
151-
<li>print :offset : This will print the value of memory from start of current data segment till offset, both inclusive.</li>
151+
<li>print mem :offset : This will print the value of memory from start of current data segment till offset, both inclusive.</li>
152152
</ul>
153153
</div>
154154
</details>

0 commit comments

Comments
 (0)