0 Members and 1 Guest are viewing this topic.
.dw AXM_4_END .db AXM_NONAPP .db tok_Scan,0 .db AXM_SUB .db AXM_2ARGS .org 0 ...here comes some asm-code ex de,hl REP_NEXT ;this is .db $7F / .org $-1 ld hl,_4entry ex (sp),hl push hl ;jump to (hl) ret_4entry: ...here comes some code again ret .org $+1 ;I though you should increase the program origin to match the real sizeAXM_4_END:.dw AXM_END