Electronic Components Datasheet Search
  English  ▼
ALLDATASHEET.COM

X  

PMS271-D16 Datasheet(PDF) 76 Page - PADAUK Technology.

Part # PMS271-D16
Description  Field Programmable Processor Array
Download  90 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
Manufacturer  PADAUK [PADAUK Technology.]
Direct Link  http://www.padauk.com.tw/
Logo PADAUK - PADAUK Technology.

PMS271-D16 Datasheet(HTML) 76 Page - PADAUK Technology.

Back Button PMS271-D16 Datasheet HTML 72Page - PADAUK Technology. PMS271-D16 Datasheet HTML 73Page - PADAUK Technology. PMS271-D16 Datasheet HTML 74Page - PADAUK Technology. PMS271-D16 Datasheet HTML 75Page - PADAUK Technology. PMS271-D16 Datasheet HTML 76Page - PADAUK Technology. PMS271-D16 Datasheet HTML 77Page - PADAUK Technology. PMS271-D16 Datasheet HTML 78Page - PADAUK Technology. PMS271-D16 Datasheet HTML 79Page - PADAUK Technology. PMS271-D16 Datasheet HTML 80Page - PADAUK Technology. Next Button
Zoom Inzoom in Zoom Outzoom out
 76 / 90 page
background image
PMC271/PMS271 Series
8-bit ADC FPPA
TM 8-bit Controller
©Copyright 2018, PADAUK Technology Co. Ltd
Page 76 of 90
PDK-DS-PMX271-EN_V105 – Dec. 18, 2018
7.6. Conditional Operation Instructions
ceqsn
a, I
Compare ACC with immediate data and skip next instruction if both are equal.
Flag will be changed like as (a ← a - I)
Example:
ceqsn
a, 0x55 ;
inc
MEM ;
goto
error ;
Result: If a=0x55, then “goto error”; otherwise, “inc MEM”.
Affected flags: 『Y』Z
『Y』C
『Y』AC
『Y』OV
ceqsn
a, M
Compare ACC with memory and skip next instruction if both are equal.
Flag will be changed like as (a ← a - M)
Example:
ceqsn
a, MEM;
Result: If a=MEM, skip next instruction
Affected flags: 『Y』Z
『Y』C
『Y』AC
『Y』OV
ceqsn
M, a
Compare ACC with memory and skip next instruction if both are equal.
Example:
ceqsn
MEM, a;
Result: If a=MEM, skip next instruction
Affected flags: 『Y』Z
『Y』C
『Y』AC
『Y』OV
cneqsn
a, M
Compare ACC with memory and skip next instruction if both are not equal.
Flag will be changed like as (a ← a - M)
Example:
cneqsn
a, MEM;
Result: If a≠MEM, skip next instruction
Affected flags: 『Y』Z
『Y』C
『Y』AC
『Y』OV
cneqsn
M, a
Compare memory with ACC and skip next instruction if both are not equal.
Flag will be changed like as (M
← M - a)
Example:
cneqsn
MEM, a;
Result: If a≠MEM, skip next instruction
Affected flags: 『Y』Z
『Y』C
『Y』AC
『Y』OV
cneqsn
a, I
Compare ACC with immediate data and skip next instruction if both are no equal.
Flag will be changed like as (a ← a - I)
Example:
cneqsn
a,0x55 ;
inc
MEM ;
goto
error ;
Result: If a≠0x55, then “goto error”; Otherwise, “inc MEM”.
Affected flags: 『Y』Z
『Y』C
『Y』AC
『Y』OV
t0sn
IO.n
Check IO bit and skip next instruction if it’s low
Example:
t0sn
pa.5;
Result: If bit 5 of port A is low, skip next instruction
Affected flags: 『N』Z
『N』C
『N』AC
『N』OV
t1sn
IO.n
Check IO bit and skip next instruction if it’s high
Example:
t1sn
pa.5 ;
Result: If bit 5 of port A is high, skip next instruction
Affected flags: 『N』Z
『N』C
『N』AC
『N』OV


Similar Part No. - PMS271-D16

ManufacturerPart #DatasheetDescription
logo
Pan Jit International I...
PMS210 PANJIT-PMS210 Datasheet
241Kb / 5P
   Surface Mount Glass Passivated Bridge Rectifier
REV.00 August 2,2022
PMS210_R2_00601 PANJIT-PMS210_R2_00601 Datasheet
241Kb / 5P
   Surface Mount Glass Passivated Bridge Rectifier
REV.00 August 2,2022
logo
PADAUK Technology.
PMS232 PADAUK-PMS232 Datasheet
1Mb / 94P
   12-bit ADC Enhanced
PMS232-D14 PADAUK-PMS232-D14 Datasheet
1Mb / 94P
   12-bit ADC Enhanced
PMS232-D18 PADAUK-PMS232-D18 Datasheet
1Mb / 94P
   12-bit ADC Enhanced
More results

Similar Description - PMS271-D16

ManufacturerPart #DatasheetDescription
logo
PADAUK Technology.
MCS11 PADAUK-MCS11 Datasheet
1Mb / 108P
   Field Programmable Processor Array
logo
List of Unclassifed Man...
82S100 ETC1-82S100 Datasheet
684Kb / 10P
   Field Programmable Logic Array
logo
Motorola, Inc
MPAA020 MOTOROLA-MPAA020 Datasheet
76Kb / 8P
   FIELD PROGRAMMABLE ANALOG ARRAY
logo
List of Unclassifed Man...
AN10E40 ETC1-AN10E40 Datasheet
293Kb / 36P
   Field Programmable Analog Array
logo
NXP Semiconductors
N82S153A PHILIPS-N82S153A Datasheet
638Kb / 12P
   Field Programmable logic array(18 X 42 X 10)
May 23 1991
TM-1000 PHILIPS-TM-1000 Datasheet
198Kb / 8P
   Programmable Media Processor
1998
TM-1300 PHILIPS-TM-1300 Datasheet
6Mb / 533P
   Programmable Media Processor
2000 May 30
TM-1100 PHILIPS-TM-1100 Datasheet
342Kb / 8P
   Programmable Media Processor
September 1998
logo
ATMEL Corporation
U4091BM-R ATMEL-U4091BM-R Datasheet
789Kb / 38P
   Programmable Telephone Audio Processor
logo
TEMIC Semiconductors
U3900BM TEMIC-U3900BM Datasheet
762Kb / 34P
   Programmable Telephone Audio Processor
More results


Html Pages

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90


Datasheet Download

Go To PDF Page


Link URL




Privacy Policy
ALLDATASHEET.COM
Does ALLDATASHEET help your business so far?  [ DONATE ] 

About Alldatasheet   |   Advertisement   |   Datasheet Upload   |   Contact us   |   Privacy Policy   |   Link Exchange   |   Manufacturer List
All Rights Reserved©Alldatasheet.com


Mirror Sites
English : Alldatasheet.com  |   English : Alldatasheet.net  |   Chinese : Alldatasheetcn.com  |   German : Alldatasheetde.com  |   Japanese : Alldatasheet.jp
Russian : Alldatasheetru.com  |   Korean : Alldatasheet.co.kr  |   Spanish : Alldatasheet.es  |   French : Alldatasheet.fr  |   Italian : Alldatasheetit.com
Portuguese : Alldatasheetpt.com  |   Polish : Alldatasheet.pl  |   Vietnamese : Alldatasheet.vn
Indian : Alldatasheet.in  |   Mexican : Alldatasheet.com.mx  |   British : Alldatasheet.co.uk  |   New Zealand : Alldatasheet.co.nz
Family Site : ic2ic.com  |   icmetro.com