From fe8ce31c19fea7d6fd16b68d6f6530b249d76246 Mon Sep 17 00:00:00 2001
From: michaelangel007
Date: Sat, 29 Nov 2014 17:45:35 -0800
Subject: [PATCH] DOC: #246 - Debugger Symbols: Updated example to use correct
MEB MEW commands, not out-dated E command.
---
help/dbg-symbols.html | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/help/dbg-symbols.html b/help/dbg-symbols.html
index acf35647..d33ac896 100644
--- a/help/dbg-symbols.html
+++ b/help/dbg-symbols.html
@@ -249,7 +249,7 @@ symbol ##
- SYM
+ SYM
HOME
|
@@ -267,7 +267,7 @@ LIFE = 300
|
- E
+ MEB
LIFE 64
|
@@ -277,12 +277,12 @@ LIFE 64
|
- ew
-life 3e8
+ MEW
+LIFE 3E8
|
Set 16-Bit variable (@ $0300)“Life”
- to 1000 (decimal).
+ to $3E8 = 1000 (decimal).
|