SHENZHEN I/O

SHENZHEN I/O

Not enough ratings
Tesla Challenge 7: Logic Function Array
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
3.305 KB
8 Apr, 2017 @ 11:20am
1 Change Note ( view )

Subscribe to download
Tesla Challenge 7: Logic Function Array

In 1 collection by 89o
SHENZHEN I/O Tesla Challenge Pack
24 items
Description
Subject: Boolean function module
From: 张杰 <zhangjie@longteng-co-ltd.gd.cn>

I need you to create an electronic device that handles a user-defined Boolean function. The function should be binary and allow for changes at any moment. I will need a large array of them for our factory floor.

Jie.

---------

Small hint: Use a RAM to store the values coming in from the blocked XBus input.

Big hint: Use the 'nop' instruction to synchronize.

Optimization tip: If you use a digital expander to handle the input values, you have 0, 1, 100, or 101. Use the RAM's modulo 14 function to figure out where the pseudo-cells 100 and 101 would be.
1 Comments
Cocoa 9 May, 2023 @ 7:45pm 
nop is not necessary, since mov 0 <RAM addr pin> takes 2 ticks.