Bienvenue aux nouveaux arrivants sur FantasPic !

- Pensez à lire les règles durant votre visite, il n'y en a pas beaucoup, mais encore faut-il les respecter .
- N’hésitez pas à faire des remarques et/ou suggestions sur le Forum, dans le but de l'améliorer et de rendre vos prochaines visites plus agréables.
- Vous pouvez regarder votre "panneau de l'utilisateur" afin de configurer vos préférences.
- Un passage par "l'utilisation du forum" est recommandé pour connaître les fonctionnalités du forum.

--- L’équipe FantasPic ---
Forum général sur l'Assembleur !

Modérateur : mazertoc

mplab importation code
JMarc
Confirmé
Confirmé
Messages : 605
Enregistré en : août 2016
Localisation : Dans le Sud...

#1 Message par JMarc » mar. 22 nov. 2016 21:12

Bonsoir

pour importer le code asm du forum au pc, je fais code tout sélectionner puis ctrl c pour le copier. ensuite je colle dans la fenêtre de mplab

Ca fonctionner bien au début mais j'ai du toucher je ne sais quoi et maintenant au moment de l'assemblage le me signale a toute les lignes caractères illégal. c'est une
"
qui m'embête et je n'arrive pas a la supprimer. si quelqu'un a une idée car la je sèche :mur:

merci

mplab importation code
Guest
Confirmé
Confirmé
Messages : 800
Enregistré en : mars 2017

#2 Message par Guest » mer. 23 nov. 2016 19:48

je ne sais pas, fait des tests, style click droit copier, met la copie dans un traitement de texte , pour voir, si c'est MPLAX ou la copie donc cote fantaspic,

mplab importation code
JMarc
Confirmé
Confirmé
Messages : 605
Enregistré en : août 2016
Localisation : Dans le Sud...

#3 Message par JMarc » mer. 23 nov. 2016 23:05

bonsoir Maï

toujours pas moyens, j'ai fais selectionner code puis ctrl +c, pas bon
selectionner manuellement et clic droit et copier , toujours pas bon

Je vais abusé, mais pourrai tu faire une essai, reprendre le code du forum et assembler car meme les anciens code qui fonctionnait ne fonctionne plus :mur:

Jean-Marc, casse pied jusqu'au bout :cry:

mplab importation code
JMarc
Confirmé
Confirmé
Messages : 605
Enregistré en : août 2016
Localisation : Dans le Sud...

#4 Message par JMarc » jeu. 24 nov. 2016 08:34

Bonjour Maï

Laisse tomber l'essai car cela ne provient pas du site car si j'ouvre avec Notepad un fichier que je suis sur qu'il fonctionne, que je le copie avec le presse papier et colle dans la fenêtre de mplab le problème persiste.

J'ai désinstallé mplab, réinstaller, toujours pareil :furieux:

mplab importation code
Guest
Confirmé
Confirmé
Messages : 800
Enregistré en : mars 2017

#5 Message par Guest » jeu. 24 nov. 2016 13:13

Tu as fait dans un nouveau projet des fois que ......

mplab importation code
paulfjujo
Avatar de l’utilisateur
Expert
Expert
Messages : 2589
Âge : 73
Enregistré en : juillet 2015
Localisation : 01800
Contact :

#6 Message par paulfjujo » jeu. 24 nov. 2016 20:51

bonsoir,


lorqu'on recupere du code dans une page HTML,
on peut recuperer aussi des balises et autre cochoneries (mise en forme)

il vaut mieux tout selectionner et copier dans un editeur tout simple comme notepad++
avec format Ansi
pas d'UTF8 ou autres , utilisé en java
car les caracteres peuvent etre aussi codes sur 16 bits au lieu de 8 bits..

il me semble que MPLABX est ecrit de base en JAVA...

il peut aussi y avoir un probleme de "case"
lettres majuscule ou minuscule..

sur quel exemple de code asm cela se passe-t-il ?
Aide toi, le ciel ou FantasPic t'aidera

mplab importation code
JMarc
Confirmé
Confirmé
Messages : 605
Enregistré en : août 2016
Localisation : Dans le Sud...

#7 Message par JMarc » jeu. 24 nov. 2016 22:10

Bonsoir

cela me le fait sur tout les codes du forum (meme ceux qui fonctionnaient avant) mais pas sur les fichiers que j'ai sur l'ordi.
j'ai essayé de copier le code dans note pad sauvegardé en ainsi mais c'est pareil
j'ai aussi créé un nouveau projet, pareil
j'ai passé mon ordi a l'antivirus, rien trouvé

lorsque je le colle dans mplab, rien d'anormal mais lorsque je lance debug main project cela crée un echec d"assemblage avec un message carractere illegal sur presque chaque ligne

je ne pense pas que cela vienne du forum mais plutôt de mon ordi

mplab importation code
JMarc
Confirmé
Confirmé
Messages : 605
Enregistré en : août 2016
Localisation : Dans le Sud...

#8 Message par JMarc » jeu. 24 nov. 2016 22:46

Code : Tout sélectionner

make -f nbproject/Makefile-default.mk SUBPROJECTS= .build-conf
make
[1]: Entering directory 'C:/jmp/pic/fantaspicmai/minuteuroeuf.X'
make  -f nbproject/Makefile-default.mk dist/default/debug/minuteuroeuf.X.debug.cof
make
[2]: Entering directory 'C:/jmp/pic/fantaspicmai/minuteuroeuf.X'
"C:\Program Files (x86)\Microchip\MPLABX\v3.35\mpasmx\mpasmx.exe" 
-d__DEBUG -d__MPLAB_DEBUGGER_SIMULATOR=--p16f877a -l"build/default/debug/newpic_8b_general.lst" -e"build/default/debug/newpic_8b_general.err" -o"build/default/debug/newpic_8b_general.o" "newpic_8b_general.asm" 
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 16 Illegal character (-)
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 17 Labels must be defined in a code or data section when making an object file
Error
[113]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 18 Symbol not previously defined (���������)
Error[112]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 18 Missing operator
Error
[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 19 Illegal character (")
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 27 : Illegal character (&)
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 35 : Illegal character (,)
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 36 : Illegal character (,)
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 37 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 38 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 39 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 40 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 41 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 42 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 43 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 44 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 45 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 46 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 47 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 48 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 49 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 50 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 51 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 52 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 53 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 54 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 55 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 56 : Labels must be defined in a code or data section when making an object file
Warning[208] C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 60 : Label truncated at 32 characters. (#DEFINE����_XTAL_FREQ��.4000000��������)
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 60 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 61 : Labels must be defined in a code or data section when making an object file
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 62 : Illegal character (,)
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 63 : Illegal character (,)
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 65 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 67 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 68 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 70 : Labels must be defined in a code or data section when making an object file
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 71 : Illegal character (,)
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 72 : Illegal character (,)
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 73 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 75 : Labels must be defined in a code or data section when making an object file
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 76 : Illegal character (,)
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 77 : Illegal character (,)
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 78 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 80 : Labels must be defined in a code or data section when making an object file
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 81 : Illegal character (,)
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 82 : Illegal character (,)
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 83 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 85 : Labels must be defined in a code or data section when making an object file
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 86 : Illegal character (,)
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 87 : Illegal character (,)
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 88 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 90 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 91 : Labels must be defined in a code or data section when making an object file
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 92 : Illegal character (,)
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 93 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 94 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 95 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 96 : Labels must be defined in a code or data section when making an object file
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 97 : Illegal character (,)
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 98 : Labels must be defined in a code or data section when making an object file
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 99 : Illegal character (,)
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 100 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 101 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 102 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 103 : Labels must be defined in a code or data section when making an object file
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 104 : Illegal character (,)
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 105 : Labels must be defined in a code or data section when making an object file
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 106 : Illegal character (,)
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 107 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 108 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 109 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 110 : Labels must be defined in a code or data section when making an object file
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 111 : Illegal character (,)
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 112 : Labels must be defined in a code or data section when making an object file
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 113 : Illegal character (,)
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 114 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 115 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 116 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 117 : Labels must be defined in a code or data section when making an object file
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 118 : Illegal character (,)
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 120 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 123 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 124 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 126 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 127 : Labels must be defined in a code or data section when making an object file
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 128 : Illegal character (,)
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 129 : Illegal character (+)
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 130 : Labels must be defined in a code or data section when making an object file
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 131 : Illegal character (,)
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 132 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 133 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 134 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 135 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 136 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 137 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 138 : Labels must be defined in a code or data section when making an object file
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 139 : Illegal character (,)
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 140 : Illegal character (,)
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 141 : Illegal character (,)
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 142 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 143 : Labels must be defined in a code or data section when making an object file
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 144 : Illegal character (,)
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 145 : Labels must be defined in a code or data section when making an object file
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 146 : Illegal character (,)
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 147 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 148 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 149 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 150 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 151 : Labels must be defined in a code or data section when making an object file
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 152 : Illegal character (,)
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 153 : Illegal character (,)
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 154 : Labels must be defined in a code or data section when making an object file
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 155 : Illegal character (+)
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 156 : Labels must be defined in a code or data section when making an object file
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 157 : Illegal character (,)
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 158 : Illegal character (,)
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 160 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 161 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 163 : Labels must be defined in a code or data section when making an object file
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 164 : Illegal character (,)
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 165 : Illegal character (')
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 166 : Illegal character (')
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 167 : Illegal character (')
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 168 : Illegal character (')
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 169 : Illegal character (')
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 170 : Illegal character (')
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 171 : Illegal character (')
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 172 : Illegal character (')
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 173 : Illegal character (')
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 174 : Illegal character (')
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 175 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 177 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 179 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 180 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 181 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 182 : Labels must be defined in a code or data section when making an object file
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 183 : Illegal character (,)
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 184 : Illegal character (,)
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 185 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 188 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 189 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 190 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 191 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 192 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 193 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 194 : Labels must be defined in a code or data section when making an object file
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 195 : Illegal character (')
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 196 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 197 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 198 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 199 : Labels must be defined in a code or data section when making an object file
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 200 : Illegal character (')
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 201 : Labels must be defined in a code or data section when making an object file
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 204 : Illegal character (()
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 205 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 206 : Labels must be defined in a code or data section when making an object file
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 207 : Illegal character (,)
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 212 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 213 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 214 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 215 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 216 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 217 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 218 : Labels must be defined in a code or data section when making an object file
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 220 : Illegal character (,)
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 221 : Illegal character (,)
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 222 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 223 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 224 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 225 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 226 : Labels must be defined in a code or data section when making an object file
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 227 : Illegal character (,)
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 228 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 230 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 233 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 234 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 235 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 236 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 237 : Labels must be defined in a code or data section when making an object file
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 238 : Illegal character (,)
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 239 : Labels must be defined in a code or data section when making an object file
Error[108]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 240 : Illegal character (,)
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 241 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 243 : Labels must be defined in a code or data section when making an object file
Error[150]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 244 : Labels must be defined in a code or data section when making an object file
Error[129]   C:\JMP\PIC\FANTASPICMAI\MINUTEUROEUF.X\NEWPIC_8B_GENERAL.ASM 245 : Expected (END)
nbproject/Makefile-default.mk:92: recipe for target 'build/default/debug/newpic_8b_general.o' failed
make[2]: Leaving directory 'C:/jmp/pic/fantaspicmai/minuteuroeuf.X'
nbproject/Makefile-default.mk:84: recipe for target '.build-conf' failed
make[1]: Leaving directory 'C:/jmp/pic/fantaspicmai/minuteuroeuf.X'
nbproject/Makefile-impl.mk:39: recipe for target '.build-impl' failed
make[2]: *** [build/default/debug/newpic_8b_general.o] Error 1
make[1]: *** [.build-conf] Error 2
make: *** [.build-impl] Error 2

BUILD FAILED (exit value 2, total time: 1s)

mplab importation code
Jérémy
Administrateur du site
Administrateur du site
Messages : 2722
Âge : 44
Enregistré en : juillet 2015
Localisation : Dans le sud
Contact :

#9 Message par Jérémy » ven. 25 nov. 2016 09:41

Bonjour à tous,

Ta démaarche est la bonne pour copier le code .

cela vient certainement de ton IDE . Désolé je ne peux pas t'en dire plus !
C'est en faisant des erreurs, que l'on apprend le mieux !!!

mplab importation code
paulfjujo
Avatar de l’utilisateur
Expert
Expert
Messages : 2589
Âge : 73
Enregistré en : juillet 2015
Localisation : 01800
Contact :

#10 Message par paulfjujo » ven. 25 nov. 2016 12:11

bonjour,


JMarc , peux-tu reposter le code asm mis en question ..

et si tu le compiles sans le mode debug ?
ça donne quoi ?
Aide toi, le ciel ou FantasPic t'aidera


Retourner vers « Langage ASM »

Qui est en ligne

Utilisateurs parcourant ce forum : Aucun utilisateur enregistré et 39 invités