Skip to content

sux2mfgj/narcissus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

narcissus

Introduction

narcissus is emulator of h8/3069f micro computer.

Build narcissus

  • install reqired packages

    • cmake
    • clang++
    • boost
    • socat
  • build

    $ mkdir build  
    $ cd build  
    $ cmake ..  
    $ make  
    

How to use

you should execute

$ narcissus --help

Build gdb for h8/300

  • get gdb

  • build

    $ cd gdb-...
    $ ./configure --target=h8300-elf  
    $ make  
    

License

Boost Software License - Version 1.0
please see this link.

About

narcissus is a emulator of h8/3069f micro computer.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published