Coder Social home page Coder Social logo

linkedlist-m6809's Introduction

LinkedList-M6809

LinkedList in Motorola 6809 for Linux

Usage

To install the necessary commands to compile and execute run (it will install as6809, aslink and m6809-run commands):

./instalador.sh 

To compile and run the program, go to "LinkedListCode" folder and run:

./execute.sh [-d]

This command will compile and run automatically the program. With [-d] option, it will execute the program in debug mode.

To clean the folder and just leave the code files after compiling, just run:

./clean.sh

Helps and tips

  • To insert the number of nodes or/and the position of the node to be deleted, you just need to type the number with 3 number format. This is: 001 instead of 1, 025 instead of 25, .... This is because the program can only read one number from the keyboard, so there is a function called leer_decimal that does the work of reading 3 numbers and interpret them.

  • To finish the program, just say no to both delete and insert questions. This will be interpreted as you dont want to do anything and the program will exit. Another form of finishing it, is just deleating all the nodes in the list (this was doned before inserting was implemented).

linkedlist-m6809's People

Contributors

dcross23 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.