asm/AJBaseReg.st
changeset 4 f2d0d2859193
parent 3 483729eb4432
child 23 d2d9a2d4d6bf
--- a/asm/AJBaseReg.st	Tue Dec 15 23:18:02 2015 +0000
+++ b/asm/AJBaseReg.st	Wed Dec 16 00:03:56 2015 +0000
@@ -5,7 +5,7 @@
 AJOperand subclass:#AJBaseReg
 	instanceVariableNames:'size code name'
 	classVariableNames:''
-	poolDictionaries:''
+	poolDictionaries:'AJConstants'
 	category:'AsmJit-Operands'
 !
 
@@ -117,6 +117,8 @@
     Of the general-purpose registers, this is true only of SPL, BPL, SIL, DIL."
 
     ^ (code & RegProhibitsRexMask) ~~ 0
+
+    "Modified (format): / 15-12-2015 / 23:30:35 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 requiresRex