Browse Source

Add comments to getAddress

Bee Hudson 4 months ago
parent
commit
f9e605ab12
1 changed files with 1 additions and 0 deletions
  1. 1 0
      yaict.pl

+ 1 - 0
yaict.pl

@@ -135,6 +135,7 @@ sub isImmediate
     return !(shift =~ /^0d/);
 }
 
+# Get the address a value represents
 sub getAddress
 {
     return (shift =~ s/^0d//r);