PDA

View Full Version : Assembler information



Demon
- 24th February 2005, 02:50
As I just found out trying to compile a decimal-to-binary assembler subroutine, SKPC and SKPNC are not recognized by this version of Assembler. The best reference I could find to equivalent commands was here:

http://weber.ucg.ie/mirrors/ftp.funet.fi/pub/microprocs/pic/strt16b/mpalc.txt

Robert
:)

Luciano
- 25th February 2005, 14:18
Just use the the Microchip assembler MPASM.
See PBP manual.

============================================

"12-Bit/14-Bit Core Special Instruction Mnemonics".

These are not really machine instructions, but rather
instructions to the assembler to generate several machine
instructions.

See PDF document:

MPASM USER’S GUIDE with MPLINK and MPLIB
PDF page 199-200, real doc pag# = 184-185.

http://ww1.microchip.com/downloads/en/DeviceDoc/33014g.pdf
============================================