소스 검색

RISC working dividion

Min 5 년 전
부모
커밋
befe95fb14
2개의 변경된 파일537개의 추가작업 그리고 141개의 파일을 삭제
  1. 8 0
      memory/oisc8.asm
  2. 529 141
      memory/risc8.asm

+ 8 - 0
memory/oisc8.asm

@@ -169,6 +169,14 @@ sieve_arr: DBE 16
 memend: DBE 1
 
 section .text depth=3072,width=2,bin_width=13,parity=2,fill_bits=27648
+	;MEMP generalbuf2
+	;MEMP generalbuf
+	;MEMLO 0x00
+	;MEMHI 0x00
+	REG0 0xFF
+	REG1 0xFF
+	CALL print_u16
+
 	REG0 intro_text@0
 	REG1 intro_text@1
 	CALL print_string

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 529 - 141
memory/risc8.asm