File: 001_Trivial_test.in

package info (click to toggle)
mcu8051ide 1.4.9-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 18,820 kB
  • sloc: tcl: 94,956; xml: 2,122; sh: 2,113; asm: 246; ansic: 96; awk: 18; makefile: 5
file content (20 lines) | stat: -rw-r--r-- 1,011 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#        --compile asm_file      Compile asm file and exit
#        --iram-size size        Set size of internal data memory        (eg. 1K or 1024) (default: 0x100)
 #       --code-size size        Set size of program memory              (eg. 1K or 1024) (default: 0x10000)
#        --xram-size size        Set size of external data memory        (eg. 1K or 1024) (default: 0x10000)
 #       --no-opt                Disable optimalizations
  #      --comp-quiet            Suppress compiler console output
   #     --no-sim                Do not generate SIM file (for MCU 8051 IDE simulator)
    #    --no-bin                Do not generate binary object code
     #   --no-lst                Do not generate code listing
#        --no-hex                Do not generate IHEX8 object code
 #       --warning-level N       Set compiler warning level
  #              3 - Nothing
   #             2 - Errros only
    #            1 - Errors + Warnings
     #           0 - All (Default)



	#--no-sim	# sdfsdf