about summary refs log tree commit diff stats
path: root/subx/teensy/test2.s
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-07-30 20:28:36 -0700
committerKartik Agaram <vc@akkartik.com>2018-07-30 20:28:36 -0700
commit86d8f1f30dd70f9be457d9855327649a0870a22e (patch)
treea154b04314f94662327342953cb72aeda69d30da /subx/teensy/test2.s
parenteb1d742baf657273aff2317aeb231f76e1c9e1a8 (diff)
downloadmu-86d8f1f30dd70f9be457d9855327649a0870a22e.tar.gz
4462
The teensy/ examples have outlived their usefulness, I think.
Diffstat (limited to 'subx/teensy/test2.s')
-rw-r--r--subx/teensy/test2.s9
1 files changed, 0 insertions, 9 deletions
diff --git a/subx/teensy/test2.s b/subx/teensy/test2.s
deleted file mode 100644
index c25152e5..00000000
--- a/subx/teensy/test2.s
+++ /dev/null
@@ -1,9 +0,0 @@
-; https://www.muppetlabs.com/~breadbox/software/tiny/teensy.html
-; nasm -f elf test2.s
-; gcc -Wall -s test2.o -o test2
-BITS 32
-GLOBAL main
-SECTION .text
-main:
-  mov eax, 42
-  ret