Author Topic: Manual creation of the world's smallest Fas file  (Read 1472 times)

0 Members and 1 Guest are viewing this topic.

baitang36

  • Bull Frog
  • Posts: 213
Manual creation of the world's smallest Fas file
« on: January 22, 2019, 09:06:44 PM »
Require normal loading and display "hello world"
The current record is 76 bytes.
Welcome master challenge, play together.

Offset          0  1   2   3   4   5   6   7   8    9   A   B  C   D   E   F
00000000   46 41 53 34 2D 46 49 4C  45 0A 31 0A 31 20 24 20   FAS4-FILE 1 1 $
00000010   24 35 31 20 34 20 24 14  01 01 01 00 5B 41 4C 45   $51 4 $     [ALE
00000020   52 54 00 00 55 01 00 0B  00 68 65 6C 6C 6F 20 77   RT  U    hello w
00000030   6F 72 6C 64 01 01 43 00  00 04 00 1C 14 00 00 00   orld  C         
00000040   00 09 02 00 35 01 01 00  03 16 00 24                   5      $


baitang36

  • Bull Frog
  • Posts: 213
Re: Manual creation of the world's smallest Fas file
« Reply #1 on: January 22, 2019, 09:28:03 PM »
这程序的源码就一句话(alert “hello world”)
The source code of this program is just one sentence (alert "hello world").