home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
WDR Computer Club Digital 1996 October
/
CLUB10_96.BIN
/
fernuni
/
medlite3.app
/
instruct
< prev
next >
Wrap
Text File
|
1995-03-13
|
700b
|
25 lines
LOAD B; 00 1100 zzzzzzzzzz
LOAD [u]; 100 uuuuuuuuuuuuu
LOAD [B+I+u]; 101 uuuuuuuuuuuuu
STORE [u]; 110 uuuuuuuuuuuuu
STORE [B+I+u];111 uuuuuuuuuuuuu
BRANCH x; 01 00 xxxxxxxxxxxx
BRANCH Z,x; 01 01 xxxxxxxxxxxx
BRANCH N,x; 01 10 xxxxxxxxxxxx
BRANCH C,x; 01 11 xxxxxxxxxxxx
LOAD s; 00 0000 ssssssssss
INCA s; 00 0001 ssssssssss
LOAD I,s; 00 0010 ssssssssss
INCI s; 00 0011 ssssssssss
AND; 00 0100 zzzzzzzzzz
OR; 00 0101 zzzzzzzzzz
XOR; 00 0110 zzzzzzzzzz
NEG; 00 0111 zzzzzzzzzz
ADD; 00 1000 zzzzzzzzzz
SUB; 00 1001 zzzzzzzzzz
JUMP; 00 1010 zzzzzzzzzz
CALL; 00 1011 zzzzzzzzzz
XCHG; 00 1101 zzzzzzzzzz
HALT; 00 1110 zzzzzzzzzz
SHIFT r; 00 1111 rrrrrrrrrr
SHIFT; 00 1111 0010000001