mirror of
https://github.com/a2-4am/passport.git
synced 2024-12-25 09:31:27 +00:00
7 lines
361 B
Plaintext
7 lines
361 B
Plaintext
to create the compressed universalrwts.a:
|
|
1. acme --cpu 6502 --setpc 0 -o universalrwts.bin universalrwts.org
|
|
2. appack c universalrwts.bin universalrwts.pak
|
|
3. use a sector editor to remove the first #$18 bytes of the universalrwts.pak file
|
|
4. convert the binary back to ACME-compatible text (!byte, '$' for hex, no trailing commas)
|
|
5. save in universalrwts.a
|