Browse Source

Add comments to getAddress

Bee Hudson 4 tháng trước cách đây
mục cha
commit
f9e605ab12
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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);