Last active
February 21, 2023 02:14
-
-
Save kkismd/f6f14c762af1757e93999c66e946e36f 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
100 ?="start address? "; | |
110 A=? | |
120 ?="end arress? "; | |
130 E=? | |
150 :1)=# | |
160 ?=A | |
170 ?=": "; | |
180 I=0 | |
190 :2)=# | |
200 <=A+I | |
210 ?$=@ | |
220 ?=" "; | |
230 I=I+1 | |
240 #=I>16]:2) | |
250 I=0 | |
260 :3)=# | |
270 <=A+I | |
280 M=@ | |
290 #=M>020*(M<07F)[(#+20) | |
300 M=02E | |
310 $=M | |
320 I=I+1 | |
330 #=I>16]:3) | |
340 ?="" | |
350 A=A+16 | |
360 #=A>E]:1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment