6 lines
66 B
Factor
6 lines
66 B
Factor
|
|
IN: cpuinfo
|
||
|
|
USING: kernel math ;
|
||
|
|
|
||
|
|
: >megs ( m -- n )
|
||
|
|
-20 shift ;
|