summaryrefslogtreecommitdiff
path: root/debian/mcu8051ide.1
diff options
context:
space:
mode:
Diffstat (limited to 'debian/mcu8051ide.1')
-rw-r--r--debian/mcu8051ide.113
1 files changed, 9 insertions, 4 deletions
diff --git a/debian/mcu8051ide.1 b/debian/mcu8051ide.1
index b010eea..4782038 100644
--- a/debian/mcu8051ide.1
+++ b/debian/mcu8051ide.1
@@ -1,5 +1,5 @@
.\"
-.\" MCU 8051 IDE - Itegrated development enviroment for MCS-51 based microcontrollers
+.\" MCU 8051 IDE - Itegrated development environment for MCS-51 based microcontrollers
.\" Copyright (C) 2007 Martin Osmera
.\"
.\" This program is free software; you can redistribute it and/or modify
@@ -16,12 +16,14 @@
.\" along with this program; if not, write to the Free Software
.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
.\"
-.TH "MCU8051IDE" 1 "16 December 2007"
-.SH NAME MCU8051IDE \- Itegrated development enviroment for MCS-51 based microcontrollers
+.TH MCU8051IDE "1" "16 December 2007" "User Commands"
+.SH NAME MCU8051IDE \- Integrated development environment for MCS-51 based microcontrollers
.SH SYNOPSIS
.B mcu8051ide
.RB [ \-\-help ]
.RB [ \-h ]
+.RB [ \-\-assemble
+.IR asm_file ]
.RB [ \-\-compile
.IR asm_file ]
.RB [ \-\-iram\-size
@@ -134,8 +136,11 @@ Reformat indention in source code
\fB\-\-disassemble \fIinput\fR
Disaseble IHEX8 code and store result in input.asm
.TP
+\fB\-\-assemble \fIasm_file\fR
+Assemble the asm_file and exit program
+.TP
\fB\-\-compile \fIasm_file\fR
-Compile asm_file and exit program
+The same as \-\-assemble
.TP
\fB\-\-iram\-size \fIsize\fR
Set size of internal data memory (eg. 1K or 1024) (default: 0x100)