qbasic40's profile picture.

qbasic40

@qbasic40

Wow got $290 in 3 hrs Proof i.imgur.com/5sU7C.jpg & made 925 yesterday Click and drop $9 ASAP cbsnews9.com/?401-70179/mak…


dw 0AA55h ;last two bytes must be 55 AA (boot loader signature)


HelloWorld db 'Hello World!', 0Dh, 0Ah, 0 ;last carriage return, new line times (510-($-$$)) db 0


jmp nextchar displayover: jmp displayover ;infinite loop


mov bh, 0 ;Page number mov bl, 7 ;Text attribute nextchar: lodsb or al, al jz displayover int 10h ;BIOS video interrupt


;fasm prog for booting ORG 7C00h xor ax, ax mov ds, ax mov si, HelloWorld mov ah, 0Eh ;Teletype character


United States Trends

Loading...

Something went wrong.


Something went wrong.