UNPKG

@micro-os-plus/hello-world-qemu-template

Version:

A source xPack / npm package with a template to generate semihosted Hello World projects running on QEMU

9 lines (8 loc) 288 B
export declare const TYPES: number[]; export declare const IDENTIFIER = 1; export declare const OPERATOR = 2; export declare const BLANK = 4; export declare const QUOTE = 8; export declare const INLINE_BLANK = 16; export declare const NUMBER = 32; export declare const SIGN = 64;