Brommerforum.nl - Print: Reply
Deze reply is gepost in de afdeling Main Forum in het onderwerp 'Criminele jeugd van Hallum' (ID 2982).
De reply is geschreven door Neonlampje (UserID 44) op 21-2-02?12:51.
Quote:
[bits 16]
[org 0x0]
jmp near START
Msg1 db 'l33t schakelbrommer-scriptje', 13, 10, 0
START:
mov ax, cs
mov ds, ax
mov es, ax
mov si, Msg1
PRINT_STR_LOOP:
lodsb
or al, al
jz PRINT_STR_END
mov ah, 0x0E
mov bx, 0x0007
int 0x10
jmp PRINT_STR_LOOP
PRINT_STR_END:
ret
Copyright © 2000 - 2016 - All rights reserved