Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2001-07-02 08:19:12 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-07-02 08:19:12 +0400
commit3c8a3d1b0698f57ba31ff2b74473f1a619a93382 (patch)
treef933481a93f6417df486e8b7cd63a39aa0c3252d /notes
parente04016adacbb074a8492c5e807a62dbaa91cf0f2 (diff)
Implement code disassembler.
svn path=/trunk/mono/; revision=45
Diffstat (limited to 'notes')
-rw-r--r--notes/cil6
1 files changed, 6 insertions, 0 deletions
diff --git a/notes/cil b/notes/cil
new file mode 100644
index 00000000000..eaf550b9fe2
--- /dev/null
+++ b/notes/cil
@@ -0,0 +1,6 @@
+Random collection of notes
+
+ * What is the point of having the InlineVar argument to
+ opcodes be a signed integer instead of unsigned?
+
+