From: Marc Heiler Date: 2007-08-18T15:28:34+09:00 Subject: Re: 8086 simulator in ruby > Try: > cpu = CPU.new > cpu.push 42 > cpu.shift :b > and away you go! Actually, even though this example may be totally useless (although it contains the ultimate answer to everything!), I really really love the abstraction you can get. Would be funny to write in ruby but get compiled assembler code! Wouldnt using cpu << 42 be nicer though? :D -- Posted via http://www.ruby-forum.com/.