From 3ffebff2aad2ca438cf76db51fb3459c5639cd67 Mon Sep 17 00:00:00 2001 From: lameguy64 Date: Thu, 23 May 2019 22:24:56 +0800 Subject: Added BIOS Controller, BIOS CD, 2 new examples and custom exit handler in the works --- examples/rgb24/tim.s | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/rgb24/tim.s (limited to 'examples/rgb24/tim.s') diff --git a/examples/rgb24/tim.s b/examples/rgb24/tim.s new file mode 100644 index 0000000..a4432d9 --- /dev/null +++ b/examples/rgb24/tim.s @@ -0,0 +1,7 @@ +.section .data + +.global tim_image +.type tim_image, @object +tim_image: + .incbin "bunpattern.tim" + \ No newline at end of file -- cgit v1.2.3