No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

40 líneas
675 B

hace 5 años
hace 5 años
hace 5 años
hace 5 años
hace 5 años
  1. 0x0000: cli
  2. 0x0001: mov ax, 0x1000
  3. 0x0004: mov ss, ax
  4. 0x0006: mov sp, 0xb000
  5. 0x0009: mov ax, 0
  6. 0x000c: mov ds, ax
  7. 0x000e: mov es, ax
  8. 0x0010: sti
  9. 0x0011: mov si, 0x7c00
  10. 0x0014: mov di, 0x600
  11. 0x0017: mov cx, 0x200
  12. 0x001a: rep movsb byte ptr es:[di], byte ptr [si]
  13. 0x001c: ljmp 0:0x621
  14. 0x0021: mov si, 0x7be
  15. 0x0024: cmp byte ptr [si], al
  16. 0x0026: jne 0x33
  17. 0x0028: add si, 0x10
  18. 0x002b: cmp si, 0x7fe
  19. 0x002f: jne 0x24
  20. 0x0031: jmp 0x49
  21. 0x0033: mov ah, 2
  22. 0x0035: mov al, 1
  23. 0x0037: mov bx, 0x7c00
  24. 0x003a: mov dl, 0x80
  25. 0x003c: mov dh, byte ptr [si + 1]
  26. 0x003f: mov cx, word ptr [si + 2]
  27. 0x0042: int 0x13
  28. 0x0044: ljmp 0:0x7c00
  29. 0x0049: jmp 0x49
  30. // This is test for workshop.