<--  back   Last regenerated: 2022-04-20 17:31:36 kio

zasm - Z80 Assembler – Version 4.4

Command Line Options

-u --opcodes

Request a list file which includes the generated bytes.

0215:           ;/pub/Develop/Projects/zasm-4.0/Test/main.c:11: int mult(int a, int b)
0215:           ; ---------------------------------
0215:           ; Function mult
0215:           ; ---------------------------------
0215:           _mult:
0215: DDE5          push    ix
0217: DD210000      ld      ix,#0
021B: DD39          add     ix,sp
021D:           ;/pub/Develop/Projects/zasm-4.0/Test/main.c:13: return a * b;
021D: DD6E06        ld      l,6 (ix)
0220: DD6607        ld      h,7 (ix)
0223: E5            push    hl
0224: DD6E04        ld      l,4 (ix)
0227: DD6605        ld      h,5 (ix)
022A: E5            push    hl
022B: CDA003        call    __mulint
022E: F1            pop     af
022F: F1            pop     af
0230: DDE1          pop     ix
0232: C9            ret

Valid HTML   Valid CSS