summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/common/up_head.asm
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-10 21:10:30 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-10 21:10:30 +0000
commit1b270afcda91bcebe2674487eabde088993adc38 (patch)
tree6fe6b7e76905f2642b7ec4d8120811bd286451ae /nuttx/arch/z80/src/common/up_head.asm
parent42ce22d7fff7ccce602bb8d96f476fe93de20b92 (diff)
downloadpx4-nuttx-1b270afcda91bcebe2674487eabde088993adc38.tar.gz
px4-nuttx-1b270afcda91bcebe2674487eabde088993adc38.tar.bz2
px4-nuttx-1b270afcda91bcebe2674487eabde088993adc38.zip
Add Z16F head assembly
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@548 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/z80/src/common/up_head.asm')
-rw-r--r--nuttx/arch/z80/src/common/up_head.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/z80/src/common/up_head.asm b/nuttx/arch/z80/src/common/up_head.asm
index b9abf69f7..6ebbe2ba4 100644
--- a/nuttx/arch/z80/src/common/up_head.asm
+++ b/nuttx/arch/z80/src/common/up_head.asm
@@ -1,5 +1,5 @@
;**************************************************************************
-; arch/z80/src/common/up_head.S
+; arch/z80/src/common/up_head.asm
;
; Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
; Author: Gregory Nutt <spudmonkey@racsa.co.cr>