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]
direcciones de memoria
Moderador: Moderadores
- rd12686950
- Preferencial
- Mensajes: 867
- Registrado: Mié Dic 08, 2004 2:00 am
- Contactar:
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?
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?