USCode wrote:There IS hope Rolf! We "should" see Win8 x86/64 tablets sometime this year and for those no PB changes required!
Doesnt mobile Apps require Metro, so they require WinRT, which isnt supported by PB? Or did they change that?
And Tenaja is right about FASM, if it wouldnt be available for ARM Fred could just use a different assembler. No big deal.
RISC and CISC are pretty much outdated terms. x86 isnt exactly CISC anymore, a lot of instructions are only still there for backwards compatiblity. CISC instructions like LOOP are deprecated and should not be used any longer. (And no compiler uses them today.) Intel and AMD are not optimizing them any longer and optimize for short instructions instead like in RISC concept to enable maximum paralell execution of micro ops. Memory and register access is still very CISC like but most instructions are not.
ARM on the other hand has a very RISC like memory and register access but includes CISC like instructions like the NEON extension.
The concepts of RISC and CISC does not apply any longer.
I hope he will add support for ARM in the future. It was a surprise as he added x64 and i hope we will surprised again.