[組合語言][作業] convert pattern (binary to string)
作業內容:
(10分) Design any 8x8 bit
icon with 0,1-pattern, and saved in BStrs
(BStr0~BStr7).
(20分) A procedure:
Convert 0 to blank and 1
to x for each bit in BStrs to the corresponding
char in CStrs.
◦寫一個procedure,它的功能是將BStrs中的bit抽出並轉換為指定...