Does your Amiga have internet where you can post the subroutines as they were entered?
By the way, there is 12k of binary before the text.
91
on: August 10, 2021, 06:56:12 PM
|
||
Started by xboxisfinished - Last post by SamuraiCrow | ||
92
on: August 10, 2021, 06:53:57 PM
|
||
Started by xboxisfinished - Last post by xboxisfinished | ||
By the way...I just removed the decoding/coding code and when I saved the file it still saved it encrypted with 1.80 MB in size...as if the decode/encode code is not needed at all. When I view the file using more...I still receive jibberish and encryption. Perhaps it is saving memory into file instead of actual values in array and placing them in 49 row to 49 columns.
I could be wrong. Do you want me to send you the source code of my editor and you can try it from your end or prefer this method? |
93
on: August 10, 2021, 06:42:49 PM
|
||
Started by xboxisfinished - Last post by xboxisfinished | ||
doing it right now
|
94
on: August 10, 2021, 06:28:01 PM
|
||
Started by xboxisfinished - Last post by SamuraiCrow | ||
Try bypassing the encryption in both the saver and the loader. If it works after that, we'll know it's in the encryption. If that doesn't help we can at least narrow it down from there.
|
95
on: August 10, 2021, 05:06:16 PM
|
||
Started by xboxisfinished - Last post by xboxisfinished | ||
I just wanted to inform you that decoding is not working, can you help me here?
|
96
on: August 10, 2021, 05:05:35 PM
|
||
Started by xboxisfinished - Last post by xboxisfinished | ||
The decoding is not working. It is still reading jibberish. It have failed to decode. Can you help me?
|
97
on: August 10, 2021, 04:54:13 AM
|
||
Started by xboxisfinished - Last post by xboxisfinished | ||
saving worked. It made a 1.7 MB encrypted file. Loading failed. It kept my hard drive activity endless working, then screen turn blue while loading and then went into software failure. Maybe because I am still using bank code. Let me try with your new code change.
|
98
on: August 10, 2021, 03:07:02 AM
|
||
Started by xboxisfinished - Last post by SamuraiCrow | ||
https://www.ultimateamiga.co.uk/HostedProjects/AMOSFactory/AMOSProManual/14/1409.html
According to the manual, the 5 should come first and doesn't return a value. The loop that had the rotate inside should be Code: [Select] ROL.W 5, C And the other loop should be: Code: [Select] Doke C, Deek(c) Xor $A55A inside the loop. |
99
on: August 10, 2021, 02:55:08 AM
|
||
Started by xboxisfinished - Last post by xboxisfinished | ||
Bank code Xor.w, Bank Code ROL.w and Bank Code ROR.w requires the AMCAF extension. Use the loop instead. I have the extension. Even if I use the loop it returns syntax error. It would not allow me to compile. |
100
on: August 10, 2021, 02:21:01 AM
|
||
Started by xboxisfinished - Last post by SamuraiCrow | ||
Bank code Xor.w, Bank Code ROL.w and Bank Code ROR.w requires the AMCAF extension. Use the loop instead.
|