× {{user.fname}} {{user.lname}} {{nav}} Report a Bug
{{error}}

Code (Instruction Set)

 

  Show Machine Code

GFX Display

(320x240)    2x     Frame Rate: Show Display:
Your browser does not support the HTML5 canvas tag.

Dubugging Mode

Breakpoint Address Code Source
{{ code.address | MemFilter }}
{{ code.code | BinFilter}}
{{ code.source }}

Software Interrupts Console


Data Labels

Label Address
{{ key }}
{{ value | HexFilter }}

Generated Assembly Code

Output

{{ out }}
{{ out }}
{{ out }}

Condition Flags

Z C N V
{{ f }}

Registers

  Show High Registers
Reg # Binary Hexadecimal Decimal
{{ $index }}
{{ reg | BinFilter}}
{{ reg | HexFilter}}
{{ reg }}
SP
{{ sp | BinFilter}}
{{ sp | HexFilter}}
{{ sp }}
LR
{{ lr | BinFilter}}
{{ lr | HexFilter}}
{{ lr }}
PC
{{ pc | BinFilter}}
{{ pc | HexFilter}}
{{ pc }}

Software Interrupts

SWI Code
Prints character in R0
0
Prints integer in R0
1
Reads integer and puts it in R0
2
Reads character and puts it in R0
3
Reads String with starting address in R0
4
Prints String with starting address in R0
5
Exit Program
6

Memory

Size(bytes):

{{ m | MemFilter}}

Convertors

IEEE 754 Floating Point Convertor (Still Not Working)

S     Exponent     Mantissa
       


© Badr AlKhamissi