SHENZHEN I/O

SHENZHEN I/O

评价数不足
Tesla Challenge 7: Logic Function Array
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
3.305 KB
2017 年 4 月 8 日 上午 11:20
1 项改动说明 ( 查看 )

订阅以下载
Tesla Challenge 7: Logic Function Array

在 89o 的 1 个合集中
SHENZHEN I/O Tesla Challenge Pack
24 件物品
描述
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 条留言
Cocoa 2023 年 5 月 9 日 下午 7:45 
nop is not necessary, since mov 0 <RAM addr pin> takes 2 ticks.