Coder Social home page Coder Social logo

practica2-ec-uc3m's Introduction

Hey there! I'm Jorge

👨🏻‍💻  About Me

💡  I like to develop my ideas and share them.
🎓  I'm currently studying Computer Science at the University Carlos III of Madrid.
🌱  I'm on track for learning more about Cloud Architecture, Internet of Things, robotics.
✍️  In my free time, I develop personal IoT projects, drones and diferents hacks.
💬  Stay tuned because soon I'll publish my personal projects and tutorials about them\

Night Coding

🛠  Tech Stack

C  Spring Java  Python  JavaScript  C++  Bootstrap
HTML  CSS  Git  GitHub  Visual Studio Code  IntelliJ IDEA Arduino Autodesk

⚙️  GitHub Analytics

🤝🏻  Connect with Me

LinkedIn Badge Mail Badge


Credits: Aditya Vikram Singh

practica2-ec-uc3m's People

Contributors

tastypeanut avatar

Watchers

 avatar  avatar

practica2-ec-uc3m's Issues

Ejercicio 2

#
# WepSIM (https://wepsim.github.io/wepsim/)
#
.data
	vector: .word 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
.text
sumav:
	push IX #registro a0
  push IY #registro a1
  ldi HL 0 #registro vo
  ldi A 0
  b1:
  	ldi A 0
  	add_a IX
    jpz f1
    ld BC, (IY) #BC = t0
    #add
    ld A, HL
    add_a BC 
    ld HL, A
    #addi
    ld A, IY
    addi_a 4
    ld IY, A
    #addi
    ld A, IX
    addi_a -1
    ld IX, A
    jp b1
  f1:
  	pop IY
    pop IX
    ret
 main:
 	ldi IX, 10
  ldi IY, vector 
  call sumav
  halt

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.