shithub: scc

Download patch

ref: 30d5a2c869c5f47cca98fdedb9024d462c6b9191
parent: b01e011f8f367e93c716a202abfb31a1497ad06a
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Mon Dec 11 10:25:36 EST 2017

[lib/crt] Add basic crt for z80-scc-none

This is only a placeholder for the actual z80 crt.

diff: cannot open b/lib/crt/z80-scc-none//null: file does not exist: 'b/lib/crt/z80-scc-none//null'
--- /dev/null
+++ b/lib/crt/z80-scc-none/crt.s
@@ -1,0 +1,8 @@
+	.file	"crt.s"
+
+	.text
+	.global	_start
+_start:
+	call	main
+#	ex	%de,%hl
+	call	exit