|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
OR_on1028552432 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu|||unuuu |
008 |
180313t20182018xxua o 001 0 eng d |
040 |
|
|
|a N$T
|b eng
|e rda
|e pn
|c N$T
|d N$T
|d GW5XE
|d YDX
|d AZU
|d OCLCF
|d UMI
|d STF
|d EBLCP
|d UPM
|d OCLCQ
|d COO
|d UAB
|d TOH
|d OCLCQ
|d CEF
|d KSU
|d VT2
|d U3W
|d OCLCQ
|d DEBBG
|d SNK
|d YOU
|d WYU
|d G3B
|d LVT
|d S9I
|d C6I
|d UKMGB
|d K6U
|d CAUOI
|d D6H
|d MERER
|d LEAUB
|d OCLCQ
|d UKAHL
|d LQU
|d FVL
|d OCLCQ
|d ADU
|d UHL
|d LEATE
|d OCLCQ
|d BRF
|d OCLCQ
|d DCT
|d OCLCQ
|d OCLCO
|d COM
|d OCLCQ
|
015 |
|
|
|a GBB8M4622
|2 bnb
|
016 |
7 |
|
|a 019140159
|2 Uk
|
019 |
|
|
|a 1028667707
|a 1028849941
|a 1029065080
|a 1029878747
|a 1033649551
|a 1048156925
|a 1066514573
|a 1066650995
|a 1081276139
|a 1086468435
|a 1103257805
|a 1105188285
|a 1105718981
|a 1112868211
|a 1113153186
|a 1122816642
|a 1129336499
|a 1152977943
|a 1160059193
|a 1162754227
|a 1192337516
|a 1204090767
|a 1240530027
|
020 |
|
|
|a 9781484233542
|q (electronic bk.)
|
020 |
|
|
|a 1484233549
|q (electronic bk.)
|
020 |
|
|
|z 9781484233535
|
020 |
|
|
|z 1484233530
|
024 |
7 |
|
|a 10.1007/978-1-4842-3354-2
|2 doi
|
027 |
|
|
|a SPRINTER
|
029 |
1 |
|
|a AU@
|b 000062228680
|
029 |
1 |
|
|a AU@
|b 000067497706
|
029 |
1 |
|
|a CHNEW
|b 001069510
|
029 |
1 |
|
|a CHVBK
|b 577487442
|
029 |
1 |
|
|a UKMGB
|b 019140159
|
035 |
|
|
|a (OCoLC)1028552432
|z (OCoLC)1028667707
|z (OCoLC)1028849941
|z (OCoLC)1029065080
|z (OCoLC)1029878747
|z (OCoLC)1033649551
|z (OCoLC)1048156925
|z (OCoLC)1066514573
|z (OCoLC)1066650995
|z (OCoLC)1081276139
|z (OCoLC)1086468435
|z (OCoLC)1103257805
|z (OCoLC)1105188285
|z (OCoLC)1105718981
|z (OCoLC)1112868211
|z (OCoLC)1113153186
|z (OCoLC)1122816642
|z (OCoLC)1129336499
|z (OCoLC)1152977943
|z (OCoLC)1160059193
|z (OCoLC)1162754227
|z (OCoLC)1192337516
|z (OCoLC)1204090767
|z (OCoLC)1240530027
|
037 |
|
|
|a CL0500000951
|b Safari Books Online
|
050 |
|
4 |
|a TJ223.P76
|
072 |
|
7 |
|a TEC
|x 009000
|2 bisacsh
|
082 |
0 |
4 |
|a 629.8/95
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Anandakrishnan, Sridhar,
|e author.
|
245 |
1 |
0 |
|a Propeller programming :
|b using Assembler, Spin, and C /
|c Sridhar Anandakrishnan.
|
264 |
|
1 |
|a [Place of publication not identified] :
|b Apress,
|c [2018]
|
264 |
|
4 |
|c ©2018
|
300 |
|
|
|a 1 online resource
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|
347 |
|
|
|b PDF
|
500 |
|
|
|a Includes index.
|
588 |
0 |
|
|a Vendor-supplied metadata.
|
505 |
0 |
|
|a Part 1: Introduction -- Chapter 1: Introduction -- Chapter 2: Steim Compression -- Chapter 3: Introduction to Spin -- Chapter 4: Test Driven Development (TDD) -- Chapter 5: Compression in Spin -- Part 2: Spin and PASM -- Chapter 6: Propeller Assembler: PASM -- Chapter 7: Interacting with the world -- Chapter 8: Implementing the Compression code in PASM -- Chapter 9: Compression in PASM with TDD -- Chapter 10: Decompression in PASM -- Chapter 11: Debugging PASM code -- Part III: C Language -- Chapter 12: C Programming for the Propeller -- Chapter 13: Programming in Cog C Mode -- Chapter 14: Programming With C and PASM -- Chapter 15: Hardware I/O with C -- Chapter 16: Using Inline Assembly Instructions in C code -- 17: Concluding thoughts.
|
520 |
|
|
|a Learn to program the propeller in Spin and C and how to map the Propeller Assembler language (PASM) from other high-level languages you might know. The overall task you will pursue in the book is to implement a Delta Compression algorithm: first in Spin, then in PASM, then in C. Along the way, you'll review Test Driven Development, a powerful technique for validating code, and conclude with a chapter on hardware manipulations. The book's main goal is to help you extend the capabilities of the Propeller processor by using the Assembler language.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a Programmable controllers.
|
650 |
|
0 |
|a Assembly languages (Electronic computers)
|
650 |
|
0 |
|a Spin (Computer program language)
|
650 |
|
0 |
|a C (Computer program language)
|
650 |
|
0 |
|a Parallel processing (Electronic computers)
|
650 |
|
6 |
|a Automates programmables.
|
650 |
|
6 |
|a Langage assembleur (Langage de programmation)
|
650 |
|
6 |
|a C (Langage de programmation)
|
650 |
|
6 |
|a Parallélisme (Informatique)
|
650 |
|
7 |
|a Computer programming
|x software development.
|2 bicssc
|
650 |
|
7 |
|a Computer hardware.
|2 bicssc
|
650 |
|
7 |
|a TECHNOLOGY & ENGINEERING
|x Engineering (General)
|2 bisacsh
|
650 |
|
7 |
|a Assembly languages (Electronic computers)
|2 fast
|0 (OCoLC)fst01800564
|
650 |
|
7 |
|a C (Computer program language)
|2 fast
|0 (OCoLC)fst00843279
|
650 |
|
7 |
|a Parallel processing (Electronic computers)
|2 fast
|0 (OCoLC)fst01052928
|
650 |
|
7 |
|a Programmable controllers.
|2 fast
|0 (OCoLC)fst01078679
|
650 |
|
7 |
|a Spin (Computer program language)
|2 fast
|0 (OCoLC)fst01762612
|
776 |
0 |
8 |
|i Print version:
|a Anandakrishnan, Sridhar.
|t Propeller programming.
|d [Place of publication not identified] : Apress, [2018]
|z 1484233530
|z 9781484233535
|w (OCoLC)1007058208
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781484233542/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH34377534
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL5341306
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1728350
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 15211067
|
994 |
|
|
|a 92
|b IZTAP
|