mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2024-12-22 01:30:18 +00:00
Comments only
Change-Id: Iff4be31fbb82376ee4ef64f2655c7832dafdad12
This commit is contained in:
parent
c4ec468f4a
commit
0035e124cd
@ -259,11 +259,10 @@ static const uint8_t helpMeta[] PROGMEM = {
|
||||
// 10001 Read Memory and Auto Inc Address
|
||||
// 10010 Write Memory
|
||||
// 10011 Write Memory and Auto Inc Address
|
||||
// 10000 Read Memory
|
||||
// 10001 Read Memory and Auto Inc Address
|
||||
// 10010 Write Memory
|
||||
// 10011 Write Memory and Auto Inc Address
|
||||
// 1x1xx Unused
|
||||
// 10100 Read IO
|
||||
// 10101 Read IO and Auto Inc Address
|
||||
// 10110 Write IO
|
||||
// 10111 Write IO and Auto Inc Address
|
||||
// 11xxx Unused
|
||||
|
||||
#define CMD_SINGLE_ENABLE 0x00
|
||||
|
@ -444,11 +444,10 @@ begin
|
||||
-- 10001 Read Memory and Auto Inc Address
|
||||
-- 10010 Write Memory
|
||||
-- 10011 Write Memory and Auto Inc Address
|
||||
-- 10000 Read Memory
|
||||
-- 10001 Read Memory and Auto Inc Address
|
||||
-- 10010 Write Memory
|
||||
-- 10011 Write Memory and Auto Inc Address
|
||||
-- 1x1xx Unused
|
||||
-- 10100 Read IO
|
||||
-- 10101 Read IO and Auto Inc Address
|
||||
-- 10110 Write IO
|
||||
-- 10111 Write IO and Auto Inc Address
|
||||
-- 11xxx Unused
|
||||
|
||||
cpuProcess: process (busmon_clk)
|
||||
|
Loading…
Reference in New Issue
Block a user