瀏覽代碼

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