From c8443b6972e502f4adf0eccc6280254e6e99c5de Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Wed, 22 Jul 2015 11:32:51 +0800 Subject: [PATCH] +added bit operation module to wiki. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d606274..155bd71 100755 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ For more details about using MY-BASIC when it's already integrated with exist pr * [Write a debugger](https://github.com/paladin-t/my_basic/wiki/Write-a-debugger) * [More scripting APIs](https://github.com/paladin-t/my_basic/wiki/More-scripting-APIs) * [File module](https://github.com/paladin-t/my_basic/wiki/File-module) + * [Bit operation module](https://github.com/paladin-t/my_basic/wiki/Bit-operation-module) * [FAQ](https://github.com/paladin-t/my_basic/wiki/FAQ) ## References