Search found 4 matches

by sippey
Sat Jan 22, 2005 6:05 pm
Forum: Programming
Topic: I want to share my one-day work with you all
Replies: 1
Views: 4552

Oh, I'm sorry that this code include no comment.
Some extra literature will be needed if you really want to understand it instead of just use it.

My literature about Blowfish is in Chinese , so I will not post it here.
by sippey
Sat Jan 22, 2005 5:59 pm
Forum: Programming
Topic: I want to share my one-day work with you all
Replies: 1
Views: 4552

I want to share my one-day work with you all

The codes below is algorithm of BlowFish (a cipher algorithm).
My code is compiled under "6502 Macro Assembler&Simulator".
To adapt to other compilers or platforms , several modifies is needed.



.ORG 0
jmp main
OrgS1=OrgSbox

OrgS2=OrgSbox+256*4
OrgS3=OrgSbox+256*4*2
OrgS4=OrgSbox+256*4*3 ...
by sippey
Sat Jan 22, 2005 5:22 pm
Forum: Programming
Topic: How to convert an APPLE's floating-point number to ASCII?
Replies: 8
Views: 5665

I suggest tedaz to give up apple float format.

IEEE format is more widely used .
by sippey
Sat Jan 22, 2005 5:06 pm
Forum: Programming
Topic: do you like 6502, do you want to program anywhere?
Replies: 10
Views: 5038

I am glad see clockrun , East here , NICE TO MEET YOU