Search found 6 matches

by sanny
Sun Jul 24, 2022 7:28 pm
Forum: Programming
Topic: 128 bit Floating Point 65C816 implementation
Replies: 43
Views: 21987

Re: 128 bit Floating Point 65C816 implementation

granati wrote:
Now all source code is browsable online at:

http://65xx.unet.bz/repos

I put online source code for gal too (that i missing till now)

Marco
Can I download / checkout over SVN?
by sanny
Sun May 22, 2022 4:52 pm
Forum: Newbies
Topic: Block comment in ca65
Replies: 9
Views: 1534

Re: Block comment in ca65

Just run the source file through the C preprocessor (cpp) before handling it to ca65.

Edit: current gcc preprocessor creates info lines starting with a '#'. Use "cc65 -E" to do the preprocessing.
by sanny
Thu May 19, 2022 9:05 pm
Forum: Programming
Topic: Calypsi C compiler toolchain for 6502 and 65816
Replies: 81
Views: 15198

Re: Calypsi C compiler toolchain for 6502 and 65816

Proxy wrote:
but after a quick round of google, the C standard just doesn't have binary notation because aparently "hex is good enough"
Octal and decimal are "good" as well....
by sanny
Thu Apr 21, 2022 10:42 am
Forum: Programming
Topic: LLVM-MOS Toolchain
Replies: 10
Views: 2730

Re: LLVM-MOS Toolchain

No, there is already:

#define EM_MCS6502 254 /* MOS Technology MCS 6502 processor */

I guess you need to find out who reserved that, and work together with him to have compatible subfields.
by sanny
Thu Apr 21, 2022 10:35 am
Forum: Programming
Topic: LLVM-MOS Toolchain
Replies: 10
Views: 2730

Re: LLVM-MOS Toolchain

You should request an official ELF machine ID, not "6502".
by sanny
Tue Apr 19, 2022 9:20 am
Forum: General Discussions
Topic: 65802 inventory
Replies: 7
Views: 1385

Re: 65802 inventory

What's the difference there between W65C802P, W65C802P4, W65C802P7, etc. ?