Parcourir la source

RISC working dividion

Min il y a 5 ans
Parent
commit
befe95fb14
2 fichiers modifiés avec 537 ajouts et 141 suppressions
  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

Fichier diff supprimé car celui-ci est trop grand
+ 529 - 141
memory/risc8.asm