pedgarcia / cpcsdk

Automatically exported from code.google.com/p/cpcsdk
0 stars 0 forks source link

Z80 compilation fails #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Lanch the emulator with --cli command
1. Type asm compile file.asm

The compilation must succed.
Instead, there is the following errors :

asm compile test.asm
&Compilation of test.asm
Pass 1 complete (0 errors)
test.asm(2): error: Unrecognized instruction: 0
test.asm(2): error: Unexpected: 0
test.asm(5): error: Unrecognized instruction: $
test.asm(5): error: Unexpected: $
test.asm(5): error: Unrecognized instruction: ,'a' 
test.asm(5): error: Unexpected: ,'a' 
test.asm(6): error: Unrecognized instruction: 0  
test.asm(6): error: Unexpected: 0  
test.asm(10): error: Unrecognized instruction: "jjjjhj"
test.asm(10): error: Unexpected: "jjjjhj"
test.asm(12): error: Unrecognized instruction: "TEST"
test.asm(12): error: Unexpected: "TEST"
Pass 2 complete (12 errors)
test.asm(2): error: Unrecognized instruction: 0
test.asm(2): error: Unexpected: 0
test.asm(5): error: Unrecognized instruction: $
test.asm(5): error: Unexpected: $
test.asm(5): error: Unrecognized instruction: ,'a' 
test.asm(5): error: Unexpected: ,'a' 
test.asm(6): error: Unrecognized instruction: 0  
test.asm(6): error: Unexpected: 0  
test.asm(10): error: Unrecognized instruction: "jjjjhj"
test.asm(10): error: Unexpected: "jjjjhj"
test.asm(12): error: Unrecognized instruction: "TEST"
test.asm(12): error: Unexpected: "TEST"
Pass 3 complete
Errors: 24, warnings: 0, compiled: 15 lines, work time: 0,001 seconds

Original issue reported on code.google.com by giot.romain on 23 Sep 2009 at 5:24

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in r347

Original comment by giot.romain on 22 Jun 2010 at 8:58