bear computer - bear computer

  • Want to keep track of this thread?
    Accounts can bookmark posts, watch threads for updates, and jump back to where you stopped reading.
    Create account

bear computer

  • bear computer

    Votes: 108 31.4%
  • bear computer

    Votes: 159 46.2%
  • bear computer

    Votes: 77 22.4%

  • Total voters
    344
Bear_at_computer.jpg
 
Abearcus
(not my joke, stolen, don't give a fuck gimme the stickers)
 
Code:
[bits 16]
[org 0x7c00]
bear:
  mov si, msg
  mov ah, 0x0e
computer:
  lodsb
  cmp al, 0
  je bear
  int 0x10
  jmp computer
msg: db "bear computer ",0
times 510-($-$$) db 0
dw 0xaa55

bear computer.png
 
Back
Top Bottom