Skip to content

Instantly share code, notes, and snippets.

@febnug
Last active May 11, 2022 11:10
Show Gist options
  • Save febnug/b19585311b0fe98af87c3f8191ed385d to your computer and use it in GitHub Desktop.
Save febnug/b19585311b0fe98af87c3f8191ed385d to your computer and use it in GitHub Desktop.
org 100h
mov al,12h
int 10h
;mov ax,0001h
xchg si,ax
xchg ah,al
int 33h
;mov ax,0003h
xor al,02h
int 33h
; akhirnya bisa juga, kita liat apa nge-bug di dosbox punya sendiri
;
; let's create like this :
;
; https://www.pouet.net/prod.php?which=63826
; https://www.pouet.net/prod.php?which=62025
; https://www.pouet.net/prod.php?which=84893
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment