C/C++
thomas.lst
Associated article: Smalltalk + C: the Power of Two
Tags: C/C++
_SMALLTALK + C: THE POWER OF TWO_
by Dave Thomas and Randolph Best
[LISTING ONE]
Object subclass: #Dos
instanceVariableNames:
'registers temp1 temp2 '
classVariableNames: ''
poolDictionaries: '' !
!Dos methods !
doDCSPrimitive: opcode
"PRIVATE - Call the DCS Primitives using an interrupt&...


