@eevee of course, real devs write their games from scratch using termcap (ncurses? what's that???)

Follow

?? 

@typhlosion @eevee

ORG 0x7C00

BOOTMSG db "What's Termcap?\0"

MOV AX,0003h
INT 10h
MOV AX,1300h
MOV BX,0007h
XOR DX,DX
MOV BP,WORD [BOOTMSG]
INT 10h

loop: JMP loop

pad: times 510 - ($-$$) db 0
sig: db 0x55, 0xaa

?? 

@eevee @typhlosion im pretty sure this doesnt even compile but

Sign in to participate in the conversation
Computer Fairies

Computer Fairies is a Mastodon instance that aims to be as queer, friendly and furry as possible. We welcome all kinds of computer fairies!