Re: A challenge for RosAsm




"hutch--" <hutch@xxxxxxxxx> schrieb im Newsbeitrag
news:1119972120.713776.35210@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
| > Guess how many single byte instructions are available in 64-bit mode...
|
| Low Level
| :B8 40
| :00 00
| :00 C1
| :E8 03
|
| High Level
| db 0B8h,40h
| db 0,0
| db 0,0C1h
| db 0E8h,3
|
| Guess what the answer is ?
|
| Regards,
|
| hutch at movsd dot com
|

.



Relevant Pages

  • Re: Emergence: Answers to Don and Curt
    ... then you can go upwards and predict all high level effects (assuming ... our understanding of the low level - so that in time, ... the better our ability is to check our low level abstractions against the ... complex high level emergent effects with nothing in between. ...
    (comp.ai.philosophy)
  • Re: Consciousness: whats the problem?
    ... then you can go upwards and predict all high level effects (assuming ... our understanding of the low level - so that in time, ... the better our ability is to check our low level abstractions against the ... complex high level emergent effects with nothing in between. ...
    (comp.ai.philosophy)
  • Re: Layers, Levels, and DIP
    ... >> Consider the Dependency Inversion Principle. ... Yet the layering principle says that high level layers should ... >> depend upon low level layers. ... "high level policy" the parent interface for child classes. ...
    (comp.object)
  • Re: natural intelligence
    ... "We understand the high level stuff but not the low ... process (mental model) which 100% predicts the machines behavior. ... And like wise, if we did understand human behavior, we would have a process ... have access to the low level so you can't talk about ...
    (comp.ai.philosophy)
  • Re: Why is Object Oriented so successfull
    ... union dues into your app. ... I want to be able to deploy the high leve jar file independently of the jar files that hold the low level implementations. ... I want to be able to give away the high level jar file and sell various low level jar files to users, etc, etc. ...
    (comp.object)