Last active
October 17, 2022 05:54
-
-
Save pluto0x0/949c2426d5e4b9aca4280521fd70fc38 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
.ORIG x5000 | |
.STRINGZ "1111" | |
.FILL x1B ; values | |
.FILL 0 | |
.STRINGZ "2222" | |
.FILL xE ; values | |
.FILL 1 | |
.STRINGZ "3333" | |
.FILL x4 ; values | |
.FILL 5 | |
.STRINGZ "4444" | |
.FILL x10 ; values | |
.FILL 3 | |
.STRINGZ "5555" | |
.FILL x8 ; values | |
.FILL 4 | |
.STRINGZ "6666" | |
.FILL x1 ; values | |
.FILL 8 | |
.STRINGZ "7777" | |
.FILL x8 ; values | |
.FILL 9 | |
.STRINGZ "9999" | |
.FILL x4 ; values | |
.FILL 12 | |
.STRINGZ "0000" | |
.FILL #-1 ; values | |
.FILL 13 | |
.STRINGZ "" | |
.END |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment