mirror of
				https://github.com/simon987/Much-Assembly-Required.git
				synced 2025-11-04 10:06:54 +00:00 
			
		
		
		
	
						
							Page:
							(Hardware) Drill
						
						
					
					
							Pages
							
							
								(Hardware) Battery
							
								(Hardware) Clock
							
								(Hardware) Construction Arm
							
								(Hardware) Core
							
								(Hardware) Drill
							
								(Hardware) Floppy Drive
							
								(Hardware) Hologram Projector
							
								(Hardware) Inventory
							
								(Hardware) Keyboard
							
								(Hardware) Laser
							
								(Hardware) Legs
							
								(Hardware) LiDAR
							
								(Hardware) Radio Receiver
							
								(Hardware) Random Number Generator
							
								(Hardware) Universal Com Port
							
								(Installation) Arch Linux
							
								(Installation) Windows
							
								(Snippet) Constants
							
								(Snippet) Dump memory to disk
							
								(Snippet) Keyboard controlled robot
							
								(Snippet) Manhattan distance
							
								(Snippet) Move in a random direction
							
								Assembler directives
							
								Assembly program examples
							
								Basic Assembly tutorial
							
								Biomass
							
								Blueprint
							
								CPU
							
								Collaboration Guide
							
								Day Night Cycle and solar Energy
							
								Debugging
							
								Game Universe
							
								Hacked NPC
							
								Hardware
							
								Home (old)
							
								Home
							
								Instruction Encoding
							
								Instruction Set
							
								Items
							
								Learn by Examples
							
								NPC Factory
							
								Non Player Character (NPC)
							
								Project structure
							
								Radio Tower
							
								Random Access Memory
							
								Road Map
							
								The Cubot Manuals
							
								The Game Universe
							
								Useful Code Snippets
							
								Users' Repositories
							
								World
							
						
					 Clone
	
					0 
					
				
						(Hardware) Drill
						
				
							
							simon987 edited this page 2019-11-03 09:20:12 -05:00 
						
					Table of Contents
NOTE: The drill currently has no effect
Apachicorp's APH13 Mining drill is an all-in-one solution for all your excavation needs! Its electric motor can operate at two different speeds.
Specifications
Manufacturer: Apachicorp
Version: 1.0C
Default address: 0x0005
Hardware ID: 0x0005
Interrupt Behavior
| Value of A | Action | Energy cost | Result | 
|---|---|---|---|
1 | 
DRILL_POLL | 
0 kJ | 
Get the status of the drill and store it into register B | 
2  | 
DRILL_GATHER | 
1,400 kJ | 
Gather the resource located under the Cubot (1 tick)* | 
* See Issue #10
The drill status is either STATUS_OK (0x0000) or STATUS_BUSY = (0x0001). When trying to activate the mining drill while it is busy, it will fail silently.