direcciones de memoria

Cuestiones relacionadas con los diferentes dispositivos.

Moderador: Moderadores

Avatar de Usuario
quim898

direcciones de memoria

Mensaje por quim898 » Dom Mar 13, 2005 8:21 pm

alguien sabe cómo puedo mirar de que a que direccion de memoria esta ocupada por el teclado, el raton, la impresora, la pantalla...

he intentado mirar desde el panel de control, pero nada, quizá con alguna instruccion para DOS??[/color][/color]

Avatar de Usuario
rd12686950
Preferencial
Mensajes: 867
Registrado: Mié Dic 08, 2004 2:00 am
Contactar:

Mensaje por rd12686950 » Dom Mar 13, 2005 8:26 pm

Muy interesante pregunta. A ver si puedo ayudarte, es esto lo que necesitas ?
si no es asi, hazmelo saber, gracias, RD

The full instruction set description is included here. An abbreviated description of the 26 default instructions is below.

(a-c) nop-A, nop-B,
and nop-C No-operation instructions; these modify other instructions.
(d) if-n-equ Execute next instruction only-if ?BX? does not equal its complement
(e) if-less Execute next instruction only if ?BX? is less than its complement
(f) pop Remove a number from the current stack and place it in ?BX?
(g) push Copy the value of ?BX? onto the top of the current stack
(h) swap-stk Toggle the active stack
(i) swap Swap the contents of ?BX? with its complement.
(j) shift-r Shift all the bits in ?BX? one to the right
(k) shift-l Shift all the bits in ?BX? one to the left
(l) inc Increment ?BX?
(m) dec Decrement ?BX?
(n) add Calculate the sum of BX and CX; put the result in ?BX?
(o) sub Calculate the BX minus CX; put the result in ?BX?
(p) nand Perform a bitwise NAND on BX and CX; put the result in ?BX?
(q) IO Output the value ?BX? and replace it with a new input
(r) h-alloc Allocate memory for an offspring
(s) h-divide Divide off an offspring located between the Read-Head and Write-Head.
(t) h-copy Copy an instruction from the Read-Head to the Write-Head and advance both.
(u) h-search Find a complement template and place the Flow-Head after it.
(v) mov-head Move the ?IP? to the same position as the Flow-Head
(w) jmp-head Move the ?IP? by a fixed amount found in CX
(x) get-head Write the position of the ?IP? into CX
(y) if-label Execute the next instruction only if the given template complement was just copied
(z) set-flow Move the Flow-Head to the memory position specified by ?CX?

Avatar de Usuario
quim898

direcciones de memoria

Mensaje por quim898 » Dom Mar 13, 2005 8:32 pm

gracias por tu ayuda

Responder