- Out-of-Stock
Products
Categories
- Main categories
-
- 3D PRINTING
- ARDUINO
- AUTOMATION
- BOOKS
- CYBERSECURITY
- EDUCATION
- ELECTRONICS
- Cables
- Cameras and accessories
- Communication
- Conductive materials
- Connectors
- ARK connectors (Terminal Block)
- Coaxial connectors (RF)
- Connectors
- Crocodile clip
- D-Sub drawer connectors
- DC power connectors
- FFC/FPC ZIF connectors
- Goldpin connectors
- IDC connectors
- JACK connectors
- JST connectors
- Jumpers
- Memory cards slots
- Other connectors
- Pogo pin
- RJ45 sockets
- Slip ring connector
- Supports
- Szybkozłącza
- USB connectors
- USB PD Adapters for Laptops
- Cooling
- Displays
- Electronic modules
- A/D and D/A converters
- Audio
- Barcode readers
- CAN converters
- Converters USB - UART / RS232
- Data logger
- DDS/PLL generators
- Digital potentiometers
- Encoders
- Expanders of the I/O
- Fingerprint readers
- HMI modules
- Image and video
- JTAG accessories
- Keyboards, buttons
- LED drivers
- Memory card readers
- Memory modules
- Modules with power outputs
- Motor controllers
- Power modules
- RS485 converters
- RTC modules
- Servo Controllers
- TSOP infrared receivers
- USB Converters - I2C / 1-Wire / SPI
- Voltage converters
- Gadgets
- GPS
- Intelligent clothes
- LED - diodes, displays, stripes
- Luminous wires and accessories
- Memory cards and other data storages
- Passive elements
- PC accessories
- Printers
- Prototype boards
- Relays
- Semiconductors
- A/C converters (ADC)
- Analog systems
- Audio systems
- Bridge rectifiers
- Button
- D/A Converters (DAC)
- DDS synthesizers
- Digital circuits
- Diodes
- Drivers of motors
- DSP microprocessors
- Energy counters
- Energy harvesting
- ESD security
- IGBT drivers and bridges
- Interface systems
- LED drivers
- Logic converters
- Memory
- Microcontrollers
- Optotriacs and optocouplers
- Other
- PLL generators
- Power systems
- Programmable systems
- Resetting systems
- RF systems
- RTC systems
- Sensors
- SoC systems
- Timery
- Touch sensors
- Transistors
- Sensors
- Accelerometers
- Air humidity sensors
- Air quality sensors
- Current sensors
- Distance sensors
- Flow sensors
- Gas sensors
- Gyroscopes
- Hall sensors
- Humidity sensors
- Infrared sensors
- Light and color sensors
- Liquid level sensors
- Magnetic sensors (compasses)
- Medical sensors
- Motion sensors
- PH sensors
- Position sensors
- Pressure sensors
- Pressure sensors
- Reflection sensors
- Sensors 6DOF/9DOF/10DOF
- Sensors of liquid quality
- Temperature sensors
- Vibration sensors
- Sound transducers
- Switches and buttons
- Cables
- FPGA DEVELOPMENT KITS
- Measuring devices
- MECHANICS
- MINICOMPUTERS (SBC)
- POWER
- RASPBERRY PI
- Accessories for Raspberry Pi
- Audio video cables for Raspberry Pi
- Case Raspberry Pi
- Cooling for Raspberry Pi
- Displays for Raspberry Pi
- Extension modules for Raspberry Pi
- Memory cards for Raspberry Pi
- Power for Raspberry Pi
- Raspberry Pi 3 model A+
- Raspberry Pi 3 model B
- Raspberry Pi 3 model B+
- Raspberry Pi 4 model B
- Raspberry Pi 400
- Raspberry Pi 5
- Raspberry Pi cameras
- Raspberry Pi Compute Module
- Raspberry Pi model A/ B+/2
- Raspberry Pi Pico
- Raspberry Pi prototyping
- Raspberry Pi Zero
- Raspberry Pi Zero 2 W
- RETIRED PRODUCTS
- SALE
- STARTER KITS, PROGRAMMERS, MODULES
- Atmel SAM
- Atmel Xplain
- AVR
- Coral
- DFRobot FireBeetle
- ESP32
- ESP8266
- Feather / Thing Plus
- Freedom (Kinetis)
- M5Stack
- Micro:bit
- Nordic nRF
- Other development kits
- Particle Photon
- Peripheral modules
- PIC
- Raspberry Pi RP2040
- RFID
- RISC-V
- Seeed Studio LinkIt
- Segger programmers
- SOFTWARE
- Sparkfun MicroMod
- STM32
- STM32 Discovery
- STM32 MP1
- STM32 Nucleo boards
- STM8
- Teensy
- Universal programmers
- WRTNode
- XIAO/Qt PY
- Atmel SAM
- WORKSHOP
- Adhesives and gluers
- Chemistry
- CNC milling machines
- Crimping tools
- Dispensing needles
- Heat-shrink tubing
- Insulation strippers
- Knives and scissors
- Laboratory power supplies
- Mikroskopy
- Mini drills and grindrers
- Organizers
- Power strips
- Power tools
- Safety glasses
- Soldering
- Antistatic mats and accessories (ESD)
- BGA balls
- BGA rework stations
- Brushes and ESD brushes
- Desoldering Wick
- Handles, magnifiers
- Heat guns
- Heaters and soldering irons
- Laminates
- Portable soldering irons
- Silicone Soldering Mats
- SMD Accessories
- Soldering accessories
- Soldering chemistry
- Soldering irons
- Soldering pastes
- Soldering pots
- Soldering stations
- Soldering tips
- Sponges and cleaners
- Stand for soldering irons
- Tin
- Tin extractors
- Ultrasonic cleaners
- Tapes (aluminum, kapton, copper, insulating)
- Tools
- Tweezers
- Vices
- 3D PRINTING
New products
New products
ISBN 83-7279-309-3
Assembler in coprocessor; Stanisław Kruk
Free shipping
free shipping in Poland for all orders over 500 PLN
Same day shipping
If your payment will be credited to our account by 11:00
14 days for return
Each consumer can return the purchased goods within 14 days
The book "Assembler in Coprocessor" takes the reader into the logical structure of the coprocessor, ie to the place where the assembler programmer is very interested. Here, in full splendor, we see the architecture of the coprocessor with its registers: the stack, the coprocessor state, the coprocessor control, the state of the contents of the stack registers. Practically for each coprocessor's command an assembly language was presented that describes in detail the essence of the registry and, above all, the command itself, sometimes included in the form of operating code. In addition, for easier analysis and assimilation of the structure of a particular program, they are presented in graphic form as drawings or images created after their (turbo) debugging. Thanks to this visualization it is easy to see the changes taking place in individual registers or memory cells, even with the smallest modifications of the coprocessor programming environment - regardless of whether they relate to an order or a given command.
A floppy disk is attached to the book, which contains files: * .asm + * .bat.
Table of Contents
1. Basic information about the coprocessor 7
2. Processor registers 9
2.1. Universal registers. 10
2.2. Indicator and index registers 13
2.3. Segment registers 15
2.4. Command indicator 16
2.5. Register of tags 17
3. Coprocessor registers 18
4. On the numbers used every day and in mathematics and physics. 22
5. Turbo Debugger - the basic tool of the programmer 24
6. Orders and data, a list of coprocessor orders 27
6.1. Data transfer orders 33
6.2. Arithmetic orders 49
6.3. Standing orders 93
6.4. Transitional functions orders 95
6.5. Comparison orders 109
6.6. Coprocessor control instructions 131
7. Coprocessor in action
7.1. but first let's check if we have it
7.2. The coprocessor counts and draws 161
8. ASCII codes 165
Appendix A. List of processor instructions 181
Data transfer orders 177
Orders of binary arithmetic 178
Decimal arithmetic 179
Logical instructions 179
Orders of logical and arithmetic shifts 179
Orders operating on single bits and bytes 179
Commands that control data transfer 180
Chain orders 181
Flag control commands 182
Segment register instructions 182
Mixed orders 183
System instructions 183
Orders implemented in MMXTM 184 technology
Appendix B. List of coprocessor orders 187
Data transfer orders 187
Arithmetic orders 188
Intransigent functions orders 188
Standing orders 189
Coprocessor control instructions 189
Other products in the same category (16)
3DR Radio is a set that allows bidirectional transmission of telemetry data, eg between the RC model (with the APM controller) and a PC. Light and small device in a set with antennas and connecting cables. Radio modules have a power of 100mW (+ 20dBm) and transmit a signal over a distance of 1km.
No product available!
The eXtremestyle silicone cable (1.5m length) with Lightning connector. Allows you to charge the device and transfer data. eXtreme S15ULW
No product available!
The eMMC 5.1 flash memory module for Hardkernel Odroid C2 computers. 16GB capacity, installed Linux operating system. The set includes a microSD adapter. Hardkernel
No product available!
Pre-installed Ubuntu 16.04 or latest version. eMMC Version 5.0 interface or higher version from Samsung. JEDEC/MMCA version 5.0 : HS400 interface with 8bit DDR mode. The eMMC chipset is only compatible with Amlogic S905 and S805 series(ODROID-C1+ / C0 / C2)
No product available!
Tomasz Starecki
The book in the form of an e-book can be bought here:
No product available!
Pololu Micro Serial Servo Controller (assembled)
No product available!
No product available!
No product available!
No product available!
Module with Tegra X1 SoC system containing four 64-bit ARM Cortex A57 cores and a Maxwell graphic layout consisting of 256 cores supporting CUDA technology. NVIDIA Jetson TX1
No product available!
No product available!
No product available!
No product available!
No product available!
Orange Pi Plus is a computer with SoC Alwinner H3 (4 cores Cortex-A7, Mali400MP2 GPU), 1 GB RAM, 1 Gb Ethernet, WiFi 802.11 b / g / n. There are 4 USB 2.0 ports, a USB OTG port, a GPIO 2x20 connector compatible with Raspberry Pi 2 and a micro-SD card slot, 8GB EMMC Flash
No product available!
3D printer with Bowden-type extruder. Offers a large workspace of 220 x 220 x 250 mm. Partially assembled kit and designed for final assembly. Artillery Hornet
No product available!