Search found 7 matches
- Sat Oct 17, 2020 1:49 am
- Forum:
- Topic: "Hello, World!" with cc65
- Replies: 76
- Views: 38079
"Hello, World!" with cc65
Thanks, looks like -C ${HOME}/workspace/cc65/cfg/cx16.cfg work. too bad that it has to be so verbose, but at least I can get moving.
Thanks
- Fri Oct 16, 2020 1:29 am
- Forum:
- Topic: "Hello, World!" with cc65
- Replies: 76
- Views: 38079
- Fri Oct 16, 2020 12:17 am
- Forum:
- Topic: "Hello, World!" with cc65
- Replies: 76
- Views: 38079
"Hello, World!" with cc65
Yes, I have a ~/workspace/cc65/cfg/" dir
- Wed Oct 14, 2020 11:01 pm
- Forum:
- Topic: "Hello, World!" with cc65
- Replies: 76
- Views: 38079
"Hello, World!" with cc65
This is what I get when I "which cl65": /home/rick/workspace/cc65/bin/cl65.
Yeah, I don't know what's going on. I'll just hack the make file. but I think I'll try the env vars first.
EDIT: I tried the exports, no luck. I guess I'll hack the make file.
- Wed Oct 14, 2020 12:33 am
- Forum:
- Topic: "Hello, World!" with cc65
- Replies: 76
- Views: 38079
"Hello, World!" with cc65
That's impressive. Reasonable hit in speed using cc65 C.
- Tue Oct 13, 2020 11:41 pm
- Forum:
- Topic: "Hello, World!" with cc65
- Replies: 76
- Views: 38079
"Hello, World!" with cc65
What's the performance penalty of using cc65 C over pure assembly? Have to admit would like to rapid prototype in C w/o the assembly albatross. Would you say cc65 C is 2x slower? It certainly can't be worse than basic 2.0.
- Tue Oct 13, 2020 11:03 pm
- Forum:
- Topic: "Hello, World!" with cc65
- Replies: 76
- Views: 38079
"Hello, World!" with cc65
I can't get hello world to work. I'm running ubuntu 20 and compiled cc65. When I make I get the following: <p style="background-color:#ffffff;color:#24292e;font-size:14px;"> (base) rick@rick:~/workspace/x16-hello-cc65$ make<br /> make -C asm<br /> make[1]: Entering directory '/home/rick/workspace/...