Sonsivri
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
May 21, 2025, 04:49:37 16:49


Login with username, password and session length


Author Sticky post (Click Here to visit source)
metal
Global Moderator
XC16 Compilers Discussion Topic
« Last Edit: June 29, 2012, 12:21:39 00:21 by metal »
Pages: 1 [2]  All
Print
Author Topic: XC16 Compilers Discussion  (Read 49063 times)
0 Members and 1 Guest are viewing this topic.
Catcatcat
Senior Member
****
Offline Offline

Posts: 446

Thank You
-Given: 290
-Receive: 1753



WWW
« Reply #25 on: November 20, 2020, 08:16:05 08:16 »

MPLAB XC16 Compiler v1.61

Everything works well.

This universal link will always show the latest version.
Logged
Catcatcat
Senior Member
****
Offline Offline

Posts: 446

Thank You
-Given: 290
-Receive: 1753



WWW
« Reply #26 on: March 29, 2021, 07:49:44 07:49 »


Everything works well.
Logged
extremgear
Inactive

Offline Offline

Posts: 2

Thank You
-Given: 0
-Receive: 2


« Reply #27 on: April 07, 2021, 07:53:31 19:53 »

hello,

it seems to be very hard to make the medicine work on mac os big sur , i guess i'm not used to this new os and new terminal, i'll dig a little bit more and see.
Logged
patchjack
Junior Member
**
Offline Offline

Posts: 54

Thank You
-Given: 11
-Receive: 54


« Reply #28 on: March 08, 2022, 09:31:51 09:31 »

Moderator, please share the patch file here, thank you!
Logged
Manuel
Senior Member
****
Offline Offline

Posts: 337

Thank You
-Given: 713
-Receive: 194


« Reply #29 on: March 08, 2022, 09:56:40 09:56 »

Did you try TOR-browser ?

X!
Logged

-> An Apple a Day does not Let U become a Macintosh!
pickit2
Moderator
Hero Member
*****
Offline Offline

Posts: 4685

Thank You
-Given: 841
-Receive: 4375


There is no evidence that I muted SoNsIvRi


« Reply #30 on: March 08, 2022, 02:51:32 14:51 »

Moderator, please share the patch file here, thank you!
Site Rules state All Software files are to be on a File Host Site not here. unless you want Sonsivri to be taken down.
Logged

Note: I stoped Muteing bad members OK I now put thier account in sleep mode
patchjack
Junior Member
**
Offline Offline

Posts: 54

Thank You
-Given: 11
-Receive: 54


« Reply #31 on: March 09, 2022, 04:16:51 04:16 »

Site Rules state All Software files are to be on a File Host Site not here. unless you want Sonsivri to be taken down.

Excuse me, what is the file host site address of this xc16 cracked file?
Logged
Manuel
Senior Member
****
Offline Offline

Posts: 337

Thank You
-Given: 713
-Receive: 194


« Reply #32 on: February 03, 2024, 10:48:47 10:48 »

MPLAB XC16 Compiler v2.10

...Seems all ok...

X!
Logged

-> An Apple a Day does not Let U become a Macintosh!
eleks
Newbie
*
Offline Offline

Posts: 8

Thank You
-Given: 2
-Receive: 4


« Reply #33 on: May 07, 2025, 10:28:14 10:28 »

I apologize in advance if my question is inappropriate here.
I'm trying to write code in xc16 assembler. I don't understand how to place constants in program memory. In theory, you just need to place data in the program area (after the .text directive). But if I do this:
Code:
.text
...
COEFF_A: .hword  0x4000,0x8F5B,0x4BB5,0xEE34
COEFF_B: .hword  0x2511,0x6F33,0x6F33,0x2511
.end
Then the compiler perceives the labels COEFF_A and COEFF_B as invalid assembler instructions.
If I do this:
Code:
.text
...
.data
COEFF_A: .hword  0x4000,0x8F5B,0x4BB5,0xEE34
COEFF_B: .hword  0x2511,0x6F33,0x6F33,0x2511
.end
The compiler places constants in the data area.  Huh
Tell me what I'm doing wrong?

Posted on: May 07, 2025, 09:59:15 09:59 - Automerged

If I do this:
Code:
.text
...
.section .const
COEFF_A: .hword  0x4000,0x8F5B,0x4BB5,0xEE34
COEFF_B: .hword  0x2511,0x6F33,0x6F33,0x2511
.end
The data seems to appear in the program memory area. But in my opinion, this is not quite the correct syntax.
Logged
eleks
Newbie
*
Offline Offline

Posts: 8

Thank You
-Given: 2
-Receive: 4


« Reply #34 on: May 07, 2025, 05:05:45 17:05 »

This will be right:
Code:
.text
...
.section coeff,psv
COEFF_A: .hword  0x4000,0x8F5B,0x4BB5,0xEE34
COEFF_B: .hword  0x2511,0x6F33,0x6F33,0x2511
.end
Logged
Pages: 1 [2]  All
Print
Jump to:  


DISCLAIMER
WE DONT HOST ANY ILLEGAL FILES ON THE SERVER
USE CONTACT US TO REPORT ILLEGAL FILES
ADMINISTRATORS CANNOT BE HELD RESPONSIBLE FOR USERS POSTS AND LINKS

... Copyright © 2003-2999 Sonsivri.to ...
Powered by SMF 1.1.18 | SMF © 2006-2009, Simple Machines LLC | HarzeM Dilber MC