Last active
May 11, 2022 11:10
-
-
Save febnug/b19585311b0fe98af87c3f8191ed385d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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